In this lesson you create a session bean, develop a local
interface, and develop the implementation class for the bean. You
also use the manage EJB exports dialog to expose the EJB as an OSGi
service.
In this section, you create a session bean and specify the
local interface.
When you created the session bean, the EJBConverterLocal
interface was created in the EJBClient project. In this section, you
add two methods to the interface. The methods describe basic temperature
conversion operations.
In this section, you implement the temperature conversion
methods that are required by the local interface.
By default, EJBs that you add to an OSGi project that has
EJB support are automatically exposed as OSGi services. Exposing OSGi
services is controlled through the Export-EJB header in the OSGi manifest.
In this section, you check the manifest and use the manage EJB exports
dialog to confirm that EJBConverter is exposed as an OSGi service.

