Adding a Module to an Enterprise Application

See Also

EJB or web application modules can be deployed either by themselves or as a part of an enterprise application. Likewise, Java application clients can be either regular Java desktop applicaitons, or can be full Java EE application client modules. Adding an EJB module, web module, or application client module to an enterprise application lets you further configure the way those modules interact with each other.

When you add a module to an enterprise application, the IDE does the following:

To add an existing module to an enterprise application:

  1. Open the module project and the enterprise application project.
  2. In the Projects window, right-click the enterprise application node for the Java EE application and choose Add Java EE Module.
  3. In the dialog box, select the module and click OK.
See Also
About Enterprise Applications
Creating an Enterprise Application
Adding an External Resource to an Enterprise Application
Editing an Enterprise Application's Deployment Descriptors

Legal Notices