Show TOC Start of Content Area

Procedure documentation Creating the ProjectManagementService Session Bean  Locate the document in its SAP Library structure

Prerequisites

You have opened the Java EE perspective in the SAP NetWeaver Developer Studio.

Procedure

...

       1.      Choose File New Other from the main menu.

       2.      Choose EJB EJB 3.0 EJB Session Bean 3.0 on the Select a wizard screen

       3.      On the New EJB Session Bean 3.0 screen, proceed as follows:

                            a.      Enter ProjectManagementService in the EJB Class Name field.

                            b.      Enter com.sap.nwce.ra.edm.ejb.services in Default EJBPackage.

This graphic is explained in the accompanying text

       4.      Choose Finish to complete the wizard.

Result

This creates the ProjectManagementService and the associated local business interface ProjectManagementServiceLocal. In addition, the bean is with container-managed transaction demarcation, which is the default demarcation for session beans. Therefore, you do not need to set the @Local and @TransactionManagement annotations explicitly.

 

End of Content Area