Show TOC

Procedure documentationAssembling Components into Enterprise Applications Locate this document in the navigation structure

 

In the SAP NetWeaver Developer Studio, you create enterprise applications in Enterprise Application projects. The goal of this project type is to assemble all Web, EJB, connector, and other components (modules) of the application. The application components are, in turn, represented by their corresponding projects (for example, the EJB components of an application are represented by the corresponding EJB project). An Enterprise Application project also allows you to add bundled libraries to the application.

Procedure

  1. Create an Enterprise Application project.

    More information: Creating Enterprise Application Projects

  2. Add the necessary modules.

    You need to perform it only if you have not done so initially.

    More information: Adding Modules to the Enterprise Application

  3. Add the Bundle Libraries to the project.

    More information: Using Bundled Libraries

  4. Configure the deployment descriptors.

    More information:

    Editing the application-j2ee-engine.xml

    Referencing Non-Existent Bundled Libraries

  5. Configure the runtime references.

    More information: Editing Runtime References in the application-j2ee-engine.xml