三十六計 in doing I.T. projects
From 1 Feb to now (31 Oct 2012)
Grails: The good, the bad, the ugly
http://schneide.wordpress.com/2011/04/05/grails-the-good-the-bad-the-ugly/
rails generates scaffolding source code for the groovy server pages, controller, and data access (crud). I see two issues with source code generation for teams.
1.) For production environments it is likely that you will modify these files outside of the grails generation engine, like calling java components directly.
2.) In multiple developer environments you will need a way to cause a regeneration of these scaffolding files each time a new change is checked in on a core source file. This is not automatic. You could probably handle this with your build, but you would have to manually add this to your build, and regenerate each time you changed one of the core source files.