Sell Us Your Item
For a $1.00 Gift Card
Trade in
Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Groovy Recipes: Greasing the Wheels of Java (Pragmatic Programmers) [Paperback]

Scott Davis
4.9 out of 5 stars  See all reviews (21 customer reviews)


Available from these sellers.


Free Two-Day Shipping for College Students with Amazon Student

Rent Your Textbooks
Save up to 70% when you rent your textbooks on Amazon. Keep your textbook rentals for a semester and rental return shipping is free.

Book Description

January 11, 2008 0978739299 978-0978739294 First Edition

Each recipe in Groovy Recipes begins with a concise code example for a quick start, followed by in-depth explanation in plain English. These recipes will get you to-to-speed in a Groovy environment quickly.

You'll see how to speed up nearly every aspect of the development process using Groovy. Groovy makes mundane file management tasks like copying and renaming files trivial. Reading and writing XML has never been easier with XmlParsers and XmlBuilders. Breathe new life into Arrays, Maps, and Lists with a number of convenience methods. But Groovy does more than just ease traditional Java development: it brings modern programming features to the Java platform like closures, duck-typing, and metaprogramming.

As an added bonus, this book also covers Grails. You'll be amazed at how quickly you can have a first-class web application up and running from ground zero. Grails includes everything you need in a single zip file⎯a web server (Jetty), a database (HSQLDB), Spring, Hibernate, even a Groovy version of Ant called GANT. We cover everything from getting a basic website in place to advanced features that take you beyond HTML into the world of Web Services: REST, JSON, Atom, Podcasting, and much much more.



Editorial Reviews

About the Author

Scott Davis is the Editor in Chief of aboutGroovy.com. He is also an author and independent consultant. He is passionate about open source solutions and agile development. He has worked on a variety of Java platforms, from JEE to JSE to JME (sometimes all on the same project). He is the co-author of JBoss At Work (O'Reilly), and author of Google Maps API (Pragmatic Bookshelf) and GIS for Web Developers: Adding Where to Your Web Applications (Pragmatic Bookshelf).


Product Details

  • Paperback: 250 pages
  • Publisher: Pragmatic Bookshelf; First Edition edition (January 11, 2008)
  • Language: English
  • ISBN-10: 0978739299
  • ISBN-13: 978-0978739294
  • Product Dimensions: 7.5 x 0.8 x 9 inches
  • Shipping Weight: 1.2 pounds
  • Average Customer Review: 4.9 out of 5 stars  See all reviews (21 customer reviews)
  • Amazon Best Sellers Rank: #342,286 in Books (See Top 100 in Books)

More About the Author

Scott Davis is an internationally recognized author, speaker, and software developer. His books include Groovy Recipes: Greasing the Wheels of Java, GIS for Web Developers, The Google Maps API, and JBoss At Work. He writes two ongoing article series for IBM DeveloperWorks: "Mastering Grails" and "Practically Groovy." Keep up with him at http://thirstyhead.com.

Customer Reviews

4.9 out of 5 stars
(21)
4.9 out of 5 stars
4 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
15 of 15 people found the following review helpful
5.0 out of 5 stars outstanding and indispensable February 27, 2008
Format:Paperback|Amazon Verified Purchase
I absolutely love this book. I have no idea how it would read for a newbie, but as a developer well-versed in Java and very familiar with Groovy, this is an incredibly empowering book.

I own and have studied, and liked, 4 other Groovy books, but since I am not using it full-time yet, I tend to forget just the stuff I would like to have at my fingertips just when I need it. Reading the other books is kind of like looking at a new car in the showroom: you see the features, but not much more. This book is like taking a test drive on a race course: you immediately experience the power of using it like it should be used.

The subtitle for this book could be: How to do incredibly useful things *immediately* with Groovy. As the author says in chapter 6, he's not a sys admin, but Groovy makes it almost enjoyable to do all the sys tasks a developer has to handle all the time.

I cannot recommend this book highly enough. Will it teach you Groovy from the beginning, will it teach you the internals? I don't know, all I do know is that each page tells you how to do something you need to do, how to do it quickly and easily, and it tells you in a way that clarifies a lot of what I have read in other books.

This is one of the most useful books I have ever read since K&R.
Comment | 
Was this review helpful to you?
8 of 8 people found the following review helpful
5.0 out of 5 stars A great resource, but misleading title. May 11, 2008
Format:Paperback
I got this book after hearing the author speak at JavaOne. His talk covers the content of the first chapter along with a few other items, but I didn't mind. It was quite helpful to read through the points and examples he made and try them out at my own pace.

The book is driven by a series of insights rather than complete, formal coverage. I found this approach very useful to getting started and experimenting. The writing is clear, light-hearted, and relaxed, especially in the beginning.

Towards the end of the book, the explanations wane a bit. The sample code is more often given without an introduction, beyond the section header. I was less sure what was going on in some of these cases, as I had gotten accustomed to picking things up very quickly in the beginning. The explanations that followed these code bits were good enough, but I missed that sense of the author's energy from beginning to end of each section.

I don't understand at all why it's called Groovy Recipes. There aren't any. The examples illustrate very well the power of this tool, but I didn't see anything that amounts to, say, the Groovy way to mine a web page, create an IM interface, read mail, etc. If you are looking for code you can apply immediately to some series of problems, this isn't the one.
Comment | 
Was this review helpful to you?
8 of 9 people found the following review helpful
5.0 out of 5 stars The K&R of the Groovy World April 29, 2008
Format:Paperback
(Disclaimer: I know Scott Davis, but don't hold that against him)
Groovy Recipes does what the title says: gives you recipes for how to get stuff done in Groovy. But that's only part of the value of this book. It also teaches how to become an idiomatic Groovy developer. And that's incredibly important. The classic book on C, the K&R book The C Programming Language, did 2 things for C. First and foremost, it taught developers about the c programming language. But the second more subtle thing it did was to teach developers how to be idiomatic C programmers. I can remember reading the book and marveling at the conciseness of the code, which had as much to do with the way the language was used as the language itself.
Anytime you learn a new language, you have 2 battles: first, learn the syntax (which is the easiest part -- it's just details of how familiar concepts are expressed in the new syntax). The second battle is the more important one: how to become an idiomatic programmer in that language. Developers new to a language tend to write new code just like code from their former language, using new syntax. Only when they've had time to steep in the better, more elegant ways of expressing yourself in a new language do they truly become proficient. That's what Groovy Recipes does for Groovy developers. It shows not just the syntax, but how to idiomatically use that syntax to become proficient with Groovy. Groovy is a much more powerful language than Java. While you can take a Java source file and rename it with a groovy extension and have it still work, you're writing Groovy code like a Java developer. After you've seen and used Groovy for a while, you start writing code like a Groovy developer. The Groovy Recipes book is two things: recipes for using Groovy to solve problems. But, more importantly, it teaches idiomatic Groovy programming, which is the long-term benefit of the book. It is an excellent book, well written and highly informative.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars Great intro to groovy
Making groovy easy is what this book is good at. It really shows you the benefits that can be taken from using Groovy instead of java. It shows how easy Groovy makes things. Read more
Published 20 months ago by Nick
5.0 out of 5 stars Pretty good Groovy starter book
Great book if you are looking to get started with Groovy. Scott's conversational and engaging writing style makes the book an easy read. Read more
Published on January 8, 2011 by Boyko Todorov
5.0 out of 5 stars Must Have Reference Book
Whether you're new to Groovy or you're an experienced Groovy programmer, Groovy Recipes, is a must have reference book. Read more
Published on February 1, 2010 by Hycel B. Taylor III
5.0 out of 5 stars An Indispensible Go-To Book
I have many dozens of software development books. Most are good for a one-time read to wrap my mind around a subject, but once read are on their way to degrading into dust like... Read more
Published on September 11, 2009 by Jack Frosch
5.0 out of 5 stars No nonsense explanations, good clear layout
Needed to learn Groovy basics very quickly, particularly XML processing. Groovy is the scripting language within the Web Services testing product SoapUI that I'm using. Read more
Published on August 9, 2009 by Evergrey
5.0 out of 5 stars Get ready to put the pedal to the medal
When I first heard about Groovy, I was very skeptical... That is until I was given this book by a colleague. This book is jam packed with awesome time saving examples! Read more
Published on June 28, 2009 by Juan Vazquez
5.0 out of 5 stars Great book for getting into Groovy
Groovy Recipes is an excellent introductory book into Groovy programming. The first few chapters give clear instructions for learning how to use Groovy. Read more
Published on May 23, 2008 by Paul M. Wiedel
3.0 out of 5 stars Some nice Recipes
It is a nice little book to have by your computer, if you are working with Groovy. I give this book 3 star review because this could have done without first 5 chapters. Read more
Published on May 19, 2008 by Arif &Ed : Books,Music And Java
5.0 out of 5 stars Groovy Baby Very Groovy!!
'Groovy Recipes: Greasing the Wheels of Java' is a typical Pragmatic release in that it is written well, free of bells and whistles, and jam full of relevant and useful... Read more
Published on May 9, 2008 by Dan McKinnon
5.0 out of 5 stars Want to pick up Groovy quick? Get this.
So you're in a hurry to pick up Groovy, and you're not a big fan of books that while informative, fill you with more language theory than useful knowledge. Read more
Published on May 8, 2008 by Adam T. Bartlett
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...


Create a guide


Look for Similar Items by Category