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 J2EE 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 J2EE Modules node, choose Add J2EE Module, and select the EJB module.
  2. Right-click the enterprise application project and choose Build Project. Or, if the enterprise application project is the main project, choose Build > 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:

Notes:

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