I want to build a modular webapp with struts.
Struts provide modules as Pluing. Plugin set are placed in the WEB-INF/lib war's directory, but you cannot modify this configuration at runtime. i.e: downloading a plugin from a remote server or uploading the plugin into the webapp itself.
I read the osgi struts plugin documentation. It focuses on start an ogsi container and let actions access the osgi services.
There isn't any project to let struts plugin be deployed as osgi bundle?