Show TOC

Creating an EJB Project for the HelloWorld ApplicationLocate this document in the navigation structure

Context

You create an EJB project and add it to an enterprise application project. At a later stage, you will create a session EJB to implement the business logic of the HelloWorld Web service.

Procedure

  1. Open the SAP NetWeaver Developer Studio.
  2. Choose Start of the navigation path Window Next navigation step  Open Perspective Next navigation step Other Next navigation step Java EE End of the navigation path.
  3. Choose Start of the navigation path File Next navigation step New Next navigation step Project End of the navigation path.
  4. In the list of wizards, choose Start of the navigation path EJB Next navigation step EJB Project End of the navigation path and then choose Next .
  5. In the Project name field, enter HelloWorldEJB .
  6. Select the Add project to an EAR indicator, and then choose New .
  7. In the Project name field, enter HelloWorldEJBEAR , and then choose Finish .
  8. In the EJB Project wizard, choose Next .
  9. On the EJB Module step, choose Next .
  10. Deselect the Create an EJB Client JAR module to hold the client interfaces and classes option and choose Finish .

Results

The HelloWorldEJB and the HelloWorldEJBEAR projects appear in the Project Explorer .

Next Steps

Next step : Creating the HelloWorld EJB