The advantage of Grails
This week Spring Source have released, Spring Web Flow 2, I've read release notes and this make me think about the advantage of Grails.
Let's see release notes:
- "The Web Flow module is a MVC extension that allows you to define Controllers using a domain-specific-language."
- Spring Javascript is a JavaScript abstraction framework that allows you to progressively enhance a web page with behavior.
- The Spring Faces module contains Spring's support for JavaServerFaces.
- Using Spring Security to secure your flows in a declarative manner
- Using Tiles for JSP page composition and Ajax partial-rendering
And the best, Grails can be updated to use Spring Webflow 2.
But, the advantage goes further, with Servlet 3.0 and generation of web.xml, I can do it with Grails plugins, and really futher with Java 7 and closures.
