Hi,
I read lot of articles about Spring Dynamic Modules.
The situation I'm in is like.
I'm developing a web based project using Spring MVC and for modularity based approach using Spring Dynamic Modules.
Now each modules would have its own view pages, dispatcher servlet, config files, controllers and services.
Using Spring Dynamic Modules and OSGi will it be possible to integrate all the modules together?
If yes than how can i achieve it ?
Any input would be of a great help.
Thank you


