Is there any way to configure the Spring MVC dispatcher servlet in web-fragment.xml file, putting all its listeners and servlet mappings in same fragment.xml file and putting the dispatcher-servlet.xml under that fragment project itself;like under META-INF folder?
Asked
Active
Viewed 482 times
2
-
Probably, but why do you want to? The trend is toward more modularity rather than glopping everything together into a monolith. – chrylis -cautiouslyoptimistic- Oct 09 '16 at 17:52
-
I want to make a plug and play module using the Web 3.0 Fragments. Configuring the same can be used in multiple application. – Karan Oct 09 '16 at 18:44