Issue
Is there any development mode in Spring like in Struts. In Struts if we set dev mode to true all the configuration files are loaded in every request. However now when I'm developing in Spring MVC, I have to restart server after every change. Or is there some other method by which I can force reload.
Solution
No there is no such configuration for Spring MVC. But it is a good idea for an feature request.
Answered By - Ralph