Start of Content Area

Procedure documentation Assembling Components into Enterprise Applications  Locate the document in its SAP Library structure

Use

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: Creating Bundled Libraries.

       4.      Configure the deployment descriptors

More information: Editing the application-j2ee-engine.xml.

End of Content Area