You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.