
This procedure tells you how to create an EJB 3.0 project and an application archive in the SAP NetWeaver Developer Studio.
In the J2EE perspective, choose .
The New Project window opens.
In the list of wizards, choose and then choose Next .
In the New EJB Project window that opens, proceed as follows:
In the Project name box, enter HelloJob Project .
Choose Add project to an EAR.
In the EAR Project Name , enter HelloJobProjectEAR .
Choose Finish .
HelloJob Project project and the corresponding HelloJobProjectEAR application archive are created and appear in the Project Explorer pane.
Next Step