Second Edition (February 2010)

Getting Started With Grails, Second Edition

For the Second Edition of the book, please report any errata via the GitHub Issues page.

First Edition (January 2007)

Getting Started With Grails, First Edition

If you downloaded a copy of Getting Started with Grails before January 31st, 2007, you’re encouraged to download an updated copy. Downloads prior to January 31st included a handful of errors that are corrected in the latest copy.

If you observe any issues with the latest copy of the book, please feel free to let me know and I’ll happily credit you with the corrections.

Page vi (Foreword)

The second sentence begins with, “You may have to muddle though XML configuration files…”

It should instead read, “You may have to muddle through XML configuration files…”

Thanks to Roman Zechner for sending in this correction.

Page 56 (Chapter 5 - Get Dynamic)

The third paragraph reads, “…we can use the create.gsp template as a good staring point.”

I suppose you could stare at it if you like, but it should instead read, “…we can use the create.gsp template as a good starting point.”

Thanks to Darryl Pentz for sending in this correction.

Page 97 (Chapter 7 - Putting It to the Test)

The second paragraph reads, “And, just as important as making sure we get errors for valid data, we also want to make sure we don’t get any errors for a fully-valid Race object.”

It should instead read, “And, just as important as making sure we get errors for invalid data, we also want to make sure we don’t get any errors for a fully-valid Race object.”

Thanks to Tyler Williams for sending in this correction.