Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

Developing web applications , writing shell scripts easily, writing concise, meaningful, test cases using Groovy's JUnit integration, or prototyping and producing real industrial strength applications have never been so concise and groovy.

Groovy works cleanly with all existing Java objects and libraries and compiles straight to Java bytecode in either application development or scripting mode.

Groovy provides powerful additional :

  • language conceptual enhancements
    • Support for closures - re-usable blocks of code
    • Native syntax for lists and maps
    • Support the Gof Builder pattern via the notion of builders
    • Syntax level regex operators and escape sequences
    • Native JavaBean support
    • Operator overloading  to simplify working with datatypes Collections and Maps
    • Polymorphic iteration and autoboxing
    • Extension of Java Standard Library through the GDK
  • useful standard features to enhance developer productivity such as:
  • great user defined modules
    • Grails : Groovy-based web framework inspired by Ruby on Rails
    • Gram : a simple xdoclet-like tool for processing doclet tags or Java 5 annotations
    • COM Scripting
    • GroovySWT : wrapper around SWT , the eclipse graphical library
    • GroovySOAP: accessing through groovy web services
    • GSP : Groovy server pages
    • GSQL : accessing databases through Groovy
    • Process : handling external processes
    • XML-RPC : RPC over HTTP really easilly
    • Jabber-RPC: RPC over Jabber based instant messaging systems (including Google Talk)
    • GoogleDataSupport: Use the Google Data APIs esilly from within Groovy
    • GORM : Grails Object-Relational Mapping
    • Groovy Monkey: Eclipse Monkey port to Groovy with some enhancements.

Enjoy making your code groovier !!!!

Latest news

Dear all,

I'm pleased to announce the release of Groovy 2.1.5.

Groovy 2.1.5 is a bug fix release of the Groovy 2.1 branch. In particular, it fixes a problem we've encountered with Groovy 2.1.4 where the extension module descriptors were not found in the "all" JAR, which meant that the usual nice GDK methods extensions for XML and other modules were not found by Groovy.

You can download Groovy 2.1.5 in the download area and have a look at the JIRA release notes.

Thanks to all who contributed to this release!

Keep on groovy'ing!

Groovy 2.1.4 released

The Groovy development team is pleased to announce the release of Groovy 2.1.4.

Groovy 2.1.4 is essentially a bug fix release of our 2.1 branch, and you can dive into the details in our JIRA release notes.

You can get the distribution in our download area.

Thanks a lot to all those who contributed to this release, and we're looking forward to hearing your feedback!

Labels
  • None