PDA

View Full Version : Breaking up a web application UI into multiple bundles



rogier.de.groot
Jan 23rd, 2009, 12:41 PM
Hi all,

I was wondering if it's possible to split up a web application (e.g. the UI) into multiple bundles. Basically this would mean several bundles all containing JSP's and JSF backing beans and such, but all part of the same web application and sharing the same context (e.g. URL).

Joris Kuipers
Jan 26th, 2009, 04:03 PM
As mentioned in other threads, this is only possible for Java types and other classpath resources. You cannot put web resources like JSP files in different modules and still let them belong to a single ServletContext.
This limitation will be resolved in a future release of the dm Server, for now you'll have to include all your web content in a single war or web module.