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

Groovy is an agile dynamic language for the Java Platform with many features that are inspired by languages like Python, Ruby and Smalltalk, making them available to Java developers using a Java-like syntax.

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

The Groovy team is always looking at ways to further improve and encourage the collaboration and contributions from the community.
Today, the we are looking for a sponsor for a dedicated server that would host our new Continuous Integration server. If you or your company is interested in helping Groovy by contributing hardware and/or hosting, please contact us.
On behalf of the Groovy team, thanks in advance for your help and support!
We're looking forward to hearing from you.
Heads up on a joint bug-fix release, with Groovy 2.0.8 and 2.1.3.
We released the 2.0.8 bug fix in particular for Grails which was affected by a couple issues but that hadn't planned on migrating just yet to the 2.1.x line.
If you want to learn more about the issues closed, please have a look at the JIRA release notes for Groovy 2.0.8 and Groovy 2.1.3
Head down to the Download section to download our the latest releases.
Thanks for all your contributions, and keep on groovy'ing!

Groovy-related news in the blogosphere

Could not access the content at the URL because it is not from an allowed source.

http://blogsearch.google.fr/blogsearch_feeds?hl=fr&filter=0&q=groovy+AND+%28codehaus+OR+language+OR+script+OR+scripting+OR+jython+OR+jruby+OR+beanshell%29+AND+%28dynamic+OR+grails+OR+builder+OR+DSL+OR+java+OR+static+OR+JSR+OR+241+OR+ruby+OR+rails%29&lr=&as_drrb=q&as_qdr=m&ie=utf-8&num=10&output=rss

You may contact your site administrator and request that this URL be added to the list of allowed sources.

Labels
  • None