Show TOC

Procedure documentationCreating an EJB Project Locate this document in the navigation structure

 

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:

    1. In the Project name box, enter HelloJobProject.

    2. Choose Add project to an EAR.

    3. In the EAR Project Name, enter HelloJobProjectEAR.

    4. Choose Finish.

Result

HelloJob Project project and the corresponding HelloJobProjectEARapplication archive are created and appear in the Project Explorer pane.