Beta User
May 22nd, 2008, 11:57 AM
I am trying to deploy a Spring MVC web app that is deployed in one bundle and then has its controllers published in a separate bundle. My goal here is to have my web app bundle discover its Controllers dynamically, i.e. Controllers the web app will not know about until they are registered.
I have done this using a an OSGI ServiceListener and it works fine, but I am moving to s2ap and wanna know if something like Web Modules would allow me to do this.
Is there a way to deploy a Web Module and then deploy a second bundle with Controllers and get these Controllers added to the original web app?
Thanks,
Jim
I have done this using a an OSGI ServiceListener and it works fine, but I am moving to s2ap and wanna know if something like Web Modules would allow me to do this.
Is there a way to deploy a Web Module and then deploy a second bundle with Controllers and get these Controllers added to the original web app?
Thanks,
Jim