| Author |
Groovy Book Question
|
palla sridhar
Ranch Hand
Joined: Oct 15, 2007
Posts: 111
|
|
Hi Venkat! Welcome to Java ranch.. Its nice to talk to you... I'm new to Groovy.. I learned Java..and JEE.. So how much time it'll take to change to Groovy? What exactly is Groovy.? Is it a framework? Is it a new technology? Is it connected to web? Thanks
|
Thanks and Regards,
[url]www.techlikes.com[/url]
*Nothing is CONSTANT in life, except CHANGE*
|
 |
Venkat Subramaniam
Author
Ranch Hand
Joined: Jan 28, 2008
Posts: 79
|
|
|
Palla, Groovy is a dynamic language on top of the JVM. It preserves the Java semantics, most of Java syntax is Groovy syntax as well. That gives you a flat learning curve if you are already familiar with Java. You can get started quickly in that case and start to take advantage of concepts in Groovy like Closures, builders, and metaprogramming. How long does it take? It will take shorter if you practice by writing code and playing with it than only reading a book. Read a little and then write code example and take it from there and modify. Build a little application, a pet project. This is an advice I always give no matter what language you learn. I say write little lousy apps and break them, make them work again, and you will come out way ahead learning the stuff quickly than any other means in my opinion.
|
 |
 |
|
|
subject: Groovy Book Question
|
|
|