Adding SIP capability to an existing web project

You can add a SIP facet to an existing web project so that it becomes a SIP application.

Procedure

To add a SIP facet to an existing web project:

  1. In Project Explorer, right-click the web project and select Properties.
  2. Select Project Facets and click Modify Project.
  3. Select the SIP Module check box, select an appropriate SIP version, and then click Finish. When you are prompted to update the Web deployment descriptor with SIP deployment descriptor content, click Yes.

Results

The Web project is updated to include a SIP deployment descriptor (sip.xml) file in the WebContent folder. You can now add SIP components to the project.

Feedback