Content deleted Content added
ShelfSkewed (talk | contribs) m Disambiguate Spring to Spring Framework |
|||
Line 36:
* Struts provides for a [[decoupling]] of the Controller and the View.
* Requests are received by a Java Class (Controller) which can decide which View to display.
* The actual View
* An XML [[configuration file]] is used to specify the "Page Navigation", i.e. the flow of the request to the appropriate Controller, and which View to display based on the outcome of the Controller.
* '''Competitor''': Spring MVC, Grails
|