Creating the HelloWorld EJB
Context
In the HelloWorldEJB project, you create a session EJB, which provides the business logic of the Web service.
Procedure
Results
The HelloBean.java class appears in the HelloWorldEJB project. The sayHello class is added to the local and remote Java interfaces.
Next Steps
Next step : Exposing the EJB as a Web Service

