Hello,

In my opinion one of the best features of spring combined with maven is allowing you to develop modular applications, each module defining beans in the application context. But I don't find the way to allow each module to provide its views or web resources (jsp's, html's, images, flash movies, etc.).

What I want is to include those views in the jar as resources, and define some bean in the applicationContext.xml to link those views to paths.

Is there any bean I can use, or do I have to implement my own?

Thank you