Menu

#16 Create JEE compliant WAR module

0.1
open
4
2011-05-05
2011-05-05
No

With less effort and only a few customization steps we can package our application as a standard Servlet 2.5+ compliant WAR file. By default we use annotation configuration and only the OSGi wiring is done with XML configs. So probably it is just such simple to omit the osgi-config-xml files during application context startup. Of course we must add a new bundle called something like org.openwms.client.jee.web where we start a plain web application context and not an OSGi one.

Discussion

MongoDB Logo MongoDB