Hi, I've been using/learning/experimenting using Apache Karaf and Pax Web 3.X to deploy a web application.
What I would like to do now is be able to split my web application across several OSGi bundles, similar to what Virgo Snaps <https://www.eclipse.org/virgo/documentation/virgo-documentation-3.5.0.RELEASE/docs/snaps-guide/htmlsingle/virgo-snaps-guide.html> allows to be done. As far as I am aware, although I can make the Java code visible to other Java code in another bundle, web content/pages is not. I want to structure my bundles with a parent bundle provides a 'base' web-page frame work into which is can load/display web pages/content from child bundles if/as they become available. Based upon my understanding above, this means that the parent bundle needs to be able to access content in it's child bundles. My question is, is this possible to do this with Karaf and Pax web as they stand? So far I believe that each web bundle is in isolation to one another i.e. no visibility. -- View this message in context: http://karaf.922171.n3.nabble.com/Construct-a-Web-Application-From-Multiple-Bundles-tp4041252.html Sent from the Karaf - User mailing list archive at Nabble.com.
