Countdown to Grails 2.0: User experience
Welcome to this final Countdown to Grails 2.0 post: the final release is imminent! I'm not really going to say much here because some of the most interesting new features of Grails 2.0 are much better seen. For that reason, I've created a screencast so you can see exactly what awaits you when you install Grails 2.0 for the first time:
http://www.youtube.com/watch?v=KJMR0gB6NHk
The key aspects are:
- a whole new interactive console;
- better automatic class reloading, including support for domain classes and Java files;
- enhanced error reporting;
- new HTML 5 scaffolding; and
- new test reports.
As shown in the screencast, the new interactive console comes with: auto-completion on commands; execution of external applications using "bang" (!) commands; a command history buffer; and easy access to test and dependency reports. This is backed up by a much improved reloading mechanism for Grails classes. You don't need to restart run-app…