hierarchy « MVC Controller « Spring Q&A





1. Spring Controller hierarchy    forum.springsource.org

Spring Controller hierarchy Hi all. Is there any elegant way to build kind of a hierarchy of controllers so that: All requests should be accepted by some common controller (which adds ...

2. Acrophobia and the Controllers' Hierarchy Tree    forum.springsource.org

Acrophobia and the Controllers' Hierarchy Tree Hi, I would like not to be ruminating over this same idea, but what's simple (SimpleFormController, got the quibble?) for some, ain't that much for ...

3. controller hierarchy    forum.springsource.org

i am curious whether there is an easy-to-absorb matrix table comparing all different possibilities to implement a Controller, starting from simply implementing the basest interface, across extending AbstractController, AbstractFormController, AbstractCommandController, to ...

4. Controller hierarchy deprecated (v3.x) vs. Annotations    forum.springsource.org

Controller hierarchy deprecated (v3.x) vs. Annotations Hi, I read blogs and articles about it that "annotations are an upgrade" or that the "controller classes were not flexible enough". Sure enough, Spring ...