
For those of you who are not familiar with Groovy it is a dynamic language that runs on the Java Virtual Machine and it can access the full Java API.
In Groovy Recipes you get a quick introduction to Groovy. Then you are off and running learning the fine differences between XmlSlurper and XmlParsers as the XML support in Groovy is top notch. There are sections on Web Services and working with Grails (Groovy web framework). Plus the topic of metaprogramming is covered in detail.
All in all the recipes are easy to follow and useful spring boards for your own ideas. If you are looking to learn more about Groovy you won't be disappointed with Groovy Recipes.
1 comment:
Interesting! I'd never heard of Groovy and Grails until three weeks ago, and suddenly my entire development team is Groovy crazy. I will need to point them to this book review.
Post a Comment