• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

GRAILS - fresher , Best way to start, please suggest some books

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

I am a fresher to GRAILS and would like to master this framewrk.. Please guide me in the same by providing links or reference to some useful study materials...

I am also going through the online documentaion and trying some samples based on it ..

Thanks in advance
 
author
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The best reference for grails is the online documentation and the Definitive Guide to Grails, published by Apress.

We also cover Grails and Roo in our soon-to-be-published book, Spring Persistence with Hibernate.

Good luck!

Paul Tepper Fisher

 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving this thread to the Groovy and Grails forum.

Mark
 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No book will make you master Grails framework and any other framework.
Official docs are your main resource to stay up date but in case you want to pick a book then "Grails in Action" is a good one.
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not sure if there is a newer edition , the book "The Definitive Guide to Grails" is also recommended.
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I have the Graeme's Definitive Guide as well as the Grails Quick Start Guide from Pragmatic. I would opt for the latter if I was just starting out, only because I like the format and the book dives right into creating the TekDays application which was pretty fun to code.

Also, Scott Davis has some great Grails articles on developerworks that are worth checking out too.


 
Bartender
Posts: 2407
36
Scala Python Oracle Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"The Definitive Guide To Grails" (APress) by Graeme Rocher and Jeff Brown is the most comprehensive book on Grails that I've seen, but it's a reference book rather than a tutorial.

"Grails In Action" by Glen Smith and Peter Ledbrook (Manning) is an excellent and pretty thorough introduction to Grails based around a tutorial with lots of intelligent material on how and why things work a particular way. Plus their sense of humour is good fun.

And definitely check out Scott Davis's series of Mastering Grails tutorials on IBM developerWorks.

Depending on your previous experience, I'd also recommend getting a good book on Groovy, because you'll find the language is extremely powerful if you start to appreciate the way it works, and especially the ways in which it is different from Java. Grails uses a lot of clever Grooviness, on top of lots of clever Spring stuff, and it helps to understand at least in principle how it all works.

My favourite Groovy book is "Groovy in Action" by Dirk Koenig (Manning), which will give you an excellent introduction to the clever things you can do with Groovy. There's supposed to be a new edition out soon (next year?), but the 2007 edition is fine.

Venkat Subramaniam's book "Programming Groovy" (Pragmatic Programmers) is also good, but doesn't cover as much as the Koenig book.

Have fun!

Chris


 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am well seasoned Java developer. However, I have to get a good quality tutorial/guide through a complete practical example and hand holding to getting me grasp new stuff.

I have had heard very very good things about Grails and it's quickness and easiness in delivering of solution. After much trials, I found one documentation which was easy read and it worked first time. It took me about 3-4 hours to go through the book but by the time I finished, I felt good and confident to start a project knowing that I can solve/find solution for most what I will need.

Please give it a try: http://www.infoq.com/minibooks/grails. Many many thanks to authors of the book. (It's free to download).

Regards
Sanjay Mistry

 
On top of spaghetti all covered in cheese, there was this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic