Show TOC Start of Content Area

This graphic is explained in the accompanying text Creating an EJB Module Project  Locate the document in its SAP Library structure

 

Use this procedure to create the EJB module project, which will provide the framework for the development of the Calculator enterprise bean.

Prerequisites

This graphic is explained in the accompanying text

You have launched the SAP NetWeaver Developer Studio.

 

Procedure

...

       1.      Choose File New… Project to start the New Project wizard.

       2.      Select J2EE (in the left-hand pane) and EJB Module Project (in the right-hand pane). Choose Next.

 

This graphic is explained in the accompanying text

 

       3.      Give your EJB module project the name CalculatorEjb and leave the default settings for Project contents unchanged.

       4.      Choose Finish.

Result

The wizard generates a project structure for your new EJB module project. It also contains the deployment descriptor files ejb-jar.xml and ejb-j2ee-engine.xml.

It automatically opens the J2EE perspective and displays the new project structure in the J2EE Explorer.

 

This graphic is explained in the accompanying text

 

Next step:

You can now create an enterprise bean using the EJB module project structure.

 

 

End of Content Area