Building an EJB Module

See Also

There are two ways to build an EJB module:

To build an EJB module as part of an enterprise application:

  1. In the Projects window, expand the enterprise application's Java EE Modules node and make sure that the EJB module is listed. If you have not added the EJB module to the enterprise application, right-click the Java EE Modules node, choose Add Java EE Module, and select the EJB module.
  2. Right-click the enterprise application project and choose Build. Or, if the enterprise application project is the main project, choose Run > Build Main Project (F11).

When you build an EJB module as part of an enterprise application, the IDE does the following:

To build a stand-alone EJB module:

When you build a EJB module project as a stand-alone module, the IDE does the following:

See Also
Deploying an EJB Module
Debugging an EJB Module
Testing an EJB Module
Adding a Module to an Enterprise Application
Registering a Server

Legal Notices