Show TOC Start of Content Area

Procedure documentation Creating an EJB Development Component (DC)  Locate the document in its SAP Library structure

To develop the EJB layer to be integrated into Web Dynpro, you first need to create an EJB Development Component (in short: DC) project.  

Procedure

To create a new DC based project of type EJB, proceed as follows:

...

       1.      Choose the menu path FileNewProject to start the New Project Wizard.

       2.      Expand the Development Infrastructure and select Development Component. Choose Next.

       3.      Expand the root node with the vendor ID (for example: sap.com ) and select J2EE and then EJB Module. Choose Next.

This graphic is explained in the accompanying text

       4.      Expand the node Local Development and select MyComponents[demo.sap.com]. Choose Next.

       5.      Enter myejbdc in the Name field to specify the name of the DC. Leave the other settings unchanged and choose Next.

       6.      Select 5.0 for the Java EE version and choose Finish.

Result

The wizard generates a new EJB DC project. As soon as generation is complete, you might be asked to switch to the J2EE Perspective. The new project is then displayed in the Project Explorer view.   

End of Content Area