uCosminexus Application Server, Application Development Guide

[Contents][Glossary][Index][Back][Next]

4.4.5 Modifying the module of an enterprise application project

You can modify the configuration of a Java EE module after creating an enterprise application project. To change the module configuration of a J2EE application:

Organization of this subsection
(1) Adding a module project
(2) Deleting a module project

(1) Adding a module project

  1. From the Project Explorer view, choose the enterprise application project to be changed.
  2. From the Eclipse menu choose Project, and then Properties.
    The Property:Project Name dialog box appears.
  3. Select Deployment Assembly in the left pane of the Property:Project Name dialog box
    The Ear Module Assembly page appears.

    [Figure]

  4. Click the Add button.
    The New Assembly Directive dialog box appears.
  5. Choose Project in the list on the Select Directive Type page, and then click the Next button.
    The Project page appears.
  6. Select the project to be added to the list on the Project page, and then click the Finish button.
  7. Click the OK button in the Property:Project Name dialog box.
    The changes are applied.

(2) Deleting a module project

  1. From the Project Explorer view, choose the enterprise application project to be changed.
  2. From the Eclipse menu choose Project, and then Properties.
    The Property:Project Name dialog box appears.
  3. Select Deployment Assembly in the left pane of the Property:Project Name dialog box.
    The Ear Module Assembly page appears.

    [Figure]

  4. Select the project to be deleted from the list and click the Remove button.
  5. Click the OK button in the Property:Project Name dialog box.
    The changes are applied.