Hello,
in the spring 3 core course handout i read the following:
"
Registers HandlerMapping and ~Adapter for @MVC.HTML Code:<mvc:annotation-driven/>
- Means you loose the other default mappings and adapters!
"
What exactly am i loosing?
As I understand it, I can still use my annotations, and I even can use the stateless conversion service, REST and JSR-303 support.
Which defaults are no longer active when i use this tag?
