Grails 0.4, an application framework closely resembling Ruby on Rails, except with Groovy, has been released.
This is great. Grails shows continuous improvements. Besides all the new features, there are also lots (> 200) of incremental improvements and bug fixes.
One more comment about Rails and Grails: While Grails was/is looking at Rails for it's "lean" approach to development and the use of Convention over Configuration, it has a much stronger fundament it stays on.
Hibernate as the ORM engine (instead of ActiveRecord..), Spring for IoC and as the underlying MVC controller, Quartz for Job Management.. But you don't feel these tools in a bad way, you don't have to configure 25 XML files in many different places, they just work for you if you are using Grails.
Last not least the Plugin system is a very obvious extension (but not easy to design) and it is great to see this coming to Grails.
Thanks to the all committers and all supporters for working on Grails. I am sure, that this will change how people think about fast, easy and reliable development in the Java world.
Stephan Albers
jCatalog Software AG