Skip to content

Grails 1.3 differences

pledbrook edited this page Oct 29, 2010 · 1 revision

Although most of Grails in Action still applies to Grails 1.3, there are some key differences that might trip you up.

create-* commands add a default package

If you don't explicitly declare a package for artifacts, all the create-* commands now automatically place the classes in a package based on the application name. So for example, in chapter 1 the Quote class will become qotd.Quote.