Creating an OSGi-enabled WebApp Component
- Procedure
- Create an empty SOA project as described in Creating an SOA Project.
- Create an empty WebApp component as described in Adding an Empty WebApp Component.
- In the Properties tab, select Plugin Project.
- Select the WebApp component created, right-click, and select
Generate Servlet Implementation. After the implementation is
generated successfully, the:
Plugin Project and Deployment Descriptor (web.xml) File fields are populated.The implementation bundle includes the
web.xml
file (see the Project Explorer view).MANIFEST.MF
file is created (see the Project Explorer view).