Spring MVC 3.1.0 M2 - WebApplicationInitializer code-based approach problem Today I created new application based on Spring MVC 3.1.0 M2. I would like to bootstrap the application with no web.xml and ...
I update my pom to use Spring MVC 3.1.0 M2, and i notice that detection of WebApplicationInitializer during start of my webapp is very long (and need more permgen space), maybe ...