I am evaluating an architecture for a web application. We need to be able to update parts of our business objects and the front end also.
We have already made the choice to use the OSGi architectural patterns but have not found a good and consolidated framework.
I wonder if there is an MVC framework like Spring MVC that is 100% java with your views created using JSP tags and is OSGi ready.
Sorry for bad English.
Thank you
Since you're still evaluation an architecture I'm wondering if you really need an server side MVC framework. We are using JAX-RS in OSGi (using Amdatu Web) on the server and AngularJS on the client. This works really well for modern web applications, unless you have some very specific reason to use a server side MVC framework.
To get an idea of a complete application there is a demo project available as well.