AnnotationMethodHandlerAdapter « MVC Controller « Spring Q&A





1. AnnotationMethodHandlerAdapter cannot coexist with other controller mapper ?    forum.springsource.org

Hi, I am testing the new annotation based controller handling in 2.5 and it seems that if I enable other Mappers like org.springframework.web.servlet.handler.SimpleUrlH andlerMapping org.springframework.web.servlet.handler.Controller ClassNameHandlerMapping the annotation based one just ...

2. Different AnnotationMethodHandlerAdapter's for different controllers    forum.springsource.org

Hi, I'm trying to upgrade some of our controllers to the 2.5 Annotation style controllers. Some of the controllers need to synchronizeOnSession, other don't need to. So I can configure AnnotationMethodHandlerAdapter ...