Show TOC Start of Content Area

Procedure documentation Creating an EJB Project  Locate the document in its SAP Library structure

Use

This procedure tells you how to create an EJB 3.0 project and an application archive in the SAP NetWeaver Developer Studio.

Procedure

...

       1.      In the J2EE perspective, choose File New  Project.

The New Project window opens.

       2.      In the list of wizards, choose EJB  EJB Project 3.0, and then choose Next.

       3.      In the New EJB Project window that opens, proceed as follows:

                            a.      In the Project name box, enter HelloJobProject.

                            b.      Choose Add project to an EAR.

                            c.      In the EAR Project Name, enter HelloJobProjectEAR.

                            d.      Choose Finish.

Result

HelloJobProject project and the corresponding HelloJobProjectEAR application archive are created and appear in the Project Explorer pane.

Next Step

Creating a Message-Driven Bean

End of Content Area