Tagged Questions
3
votes
2answers
3k views
Convention over configuration with Spring MVC using ControllerClassNameHandlerMapping?
Following the directions from Spring Source and the book Spring in Action, I am trying to set up Spring MVC in a way that minimizes xml configuration. However according to Spring Source this is how ...
0
votes
1answer
59 views
Sensible defaults for configuration
I've recently started to play with Ruby on Rails which favours convention over configuration and relies on sensible defaults to tie various aspects of the application together.
I was thinking that it ...