Mixing Annotated and Normal Controllers at Spring MVC 2.5?

Absolutely, you can mix them together as much as you want, no restrictions on that. It should just work.

Absolutely, you can mix them together as much as you want, no restrictions on that. It should just work. DispatcherServlet has an automatically-defined list of HandlerMapping objects (which decide which requests go to which controllers), and HanderAdapter objects (which determine how the controllers are invoked).

Both old-style and annotation-style controllers are supported out of the box, at the same time, in the same context.

Thanks. I'll get going into studying annotated controller type and how to mix them both. Expect me to post some question about this though.

=) – Mark Estrada Jul 7 '10 at 8:41 @Mark: Bring it on :) – skaffman Jul 7 '10 at 8:45.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions