• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Why Groovy baby?

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Dierk,

Why Groovy... because Java is free?
What does Groovy solve that Java doesn't? If its about the markup support then what about tight coupling?

kind regards,

Robert
 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From a high level, here are the 3 reasons I have decided to learn Groovy:

1) Capabilities - It supports dynamic concepts and features that are not available in Java but are available to Ruby, Python and JavaScript developers. Overall it reduces the amount of boiler plate you have to write.

2) Progression - It is a super set of Java, therefore it has that feeling of natural progressions and familiarity that we got when moving form C to C++ and then from C++ to Java

3) Productivity - It facilitates Agile best practices such as unit testing and ability to more easily mock objects

Regards

Paul
 
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's a neat and satisfying answer Paul. Thank you!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic