Grails 1.1 Released
I just wanted to post that this morning, the final cut of Grails 1.1 was released. Grails is a convention over configuration framework that allows you to quickly build web apps using a combination of Groovy and/or Java.
New features include:
- Standalone GORM - Use GORM in non-Grails projects
- Ant+Ivy and Maven Support - Build Grails with the two most prominent builds tools for Java
- The Test Framework - A mock/unit testing framework for Grails
- Better Plugins - Transitive plugin resolution, global plugins, in-place plugins and more
- JSP Tag Library Support - GSPs can now use JSP taglibs
- Controller Improvements - Handling of double-submits, forwards and includes and declarative exception handling
- Spring Namespace Support - Use Spring namespaces inside BeanBuilder
Looks like an impressive release and I'll certainly be playing with it later this week . . .
You can download it here.



And Rails on JRuby is cool, but Grails/Groovy is more relevant to Java devs with a lower learning curve and more seamless integration between the languages.