Grails’ first screencast

Posted by: on Sep 19, 2006 | No Comments

History in the making. Sven Haiges has kindly made the first Grails screencast. It walks you through the process of creating a new Grails project, defining a domain class, and running the application and creating data records using the “scaffolding” feature of Grails that lets you get a CRUD web user interface with zero coding.

Check it out here

Of course scaffolding doesn’t really cut it in the big wide world, but its a great way to get started, and is also useful for trivial domain model prototyping.

Leave a Reply