Java view technologies and frameworks: Difference between revisions

Content deleted Content added
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 iscan be written asin adifferent view technologies, like JSP, free marker template, velocity template pageetc.
* 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