InfoQ

News

Cool things you can do with Groovy

Posted by Ian Roughley on May 10, 2007 02:01 AM

Community
Java
Topics
Dynamic Languages
Tags
Groovy,
Java One
With dynamic languages playing a role in JDK 6, the "Cool things you can do with Groovy" session was aimed at show casing the features of the Groovy language that can help make developers more productive. Groovy experts Guillaume Laforge, Dierk Konig, and Guillaume Alleon presented.

An introduction of the standard features (enhanced language features, closures, regular expression support, GString, collection, etc.) was presented, before discussing the more productivity-enhancing features, most notable of which were:

Groovy Builders & GPath: No longer do you need to interact with complex XPath APIs to access data.  With GPath XML documents act as first class objects, allowing you to access data by calling properties.  Using builders, you work in the reverse direction, using objects and braces to create XML files. Along with XML builders there are Swing and ANT builders.

Annotation Support:  With the release of 1.1 later this year, Groovy will be the only dynamic language that supports annotations.  This is an important milestone as it will allow bidirectional data access.  A demonstration using Google Juice and TestNG showed how easy a test case using injected mock data can be developed.

Live Objects: The Groovy shell feature is not only a simple way to explore the language, but can be used to interactively explore the current Java runtime environment.  When embedded into an application, runtime configurations can be explored and modified in real-time, allowing you to check assumptions and test out theories before making permanent changes in the code.

Dynamic Applications: Compiling Groovy into Java class files and then using the static class files in your applications is one option, but there are a couple of other options available to developers.  The most compelling is to use the GroovyClassloader - with this option the Groovy scripts are compiled at runtime as they are requested, allowing source files to be changed and used without restarting the application.

Charles Ditzel has posted the PPT for download with the presentors permission.

11 comments

Reply

ppt cannot be opened .. by Debasish Ghosh Posted May 10, 2007 6:20 AM
Re: ppt cannot be opened .. by David Skelly Posted May 10, 2007 7:12 AM
Re: ppt cannot be opened .. by Debasish Ghosh Posted May 10, 2007 8:01 AM
Google presentation by Tom Nichols Posted May 10, 2007 8:56 AM
Nice presentation by serge boulay Posted May 10, 2007 2:16 PM
JDeveloper plugin by Guillaume Laforge Posted May 10, 2007 5:19 PM
Grails Book by serge boulay Posted May 10, 2007 9:34 PM
Re: Grails Book by Lance Shaw Posted May 11, 2007 1:34 PM
Re: Grails Book by Lance Shaw Posted May 11, 2007 2:01 PM
Re: Grails Book by Alex Popescu Posted Sep 8, 2007 7:02 AM
got that one by serge boulay Posted May 11, 2007 2:17 PM
  1. Back to top

    ppt cannot be opened ..

    May 10, 2007 6:20 AM by Debasish Ghosh

    The ppt available in the download link cannot be opened by Microsoft Powerpoint.

  2. Back to top

    Re: ppt cannot be opened ..

    May 10, 2007 7:12 AM by David Skelly

    Works fine for me.

  3. Back to top

    Re: ppt cannot be opened ..

    May 10, 2007 8:01 AM by Debasish Ghosh

    now it works .. one of those Microsoft Office service packs had to be installed ..

  4. Back to top

    Google presentation

    May 10, 2007 8:56 AM by Tom Nichols

    Guillaume also did a presentation for Google which is now on Google Video. The sound is a bit messed up, but most of it is there.

  5. Back to top

    Nice presentation

    May 10, 2007 2:16 PM by serge boulay

    Great little presentation, I have really high hopes for Groovy & Grails. Thanks for posting this Infoq. I noticed that jDeveloper was not on the list for tooling support for Groovy, for some reason I thought that they had previously stated that they would provide future support for this in there IDE.

  6. Back to top

    JDeveloper plugin

    May 10, 2007 5:19 PM by Guillaume Laforge

    Actually, there's a JDeveloper plugin, but it's still embryonic. Hence why we focused more on showing the Eclipse plugin and the Intellij IDEA plugin.

  7. Back to top

    Grails Book

    May 10, 2007 9:34 PM by serge boulay

    I also noticed that there’s a Grails book from Addison Wesley? I searched for it on Amazon but can't find it? Is this book out?

  8. Back to top

    Re: Grails Book

    May 11, 2007 1:34 PM by Lance Shaw

    The book I have is "The Definitive Guide to Grails" by Apress. I think I got it from Amazon...

  9. Back to top

    Re: Grails Book

    May 11, 2007 2:01 PM by Lance Shaw

    teach me to reply before looking at the presentation.... It looks like it isn't in English... I wonder if that is why it doesn't show up.

  10. Back to top

    got that one

    May 11, 2007 2:17 PM by serge boulay

    I got the book you mentioned, but another book would be a welcome addition .. hopefully someone will send us the link to the book.

  11. Back to top

    Re: Grails Book

    Sep 8, 2007 7:02 AM by Alex Popescu

    InfoQ is also providing a free downloadable Grails book. ./alex -- .w( the_mindstorm )p. ________________________ Alexandru Popescu Senior Software Eng. InfoQ TechLead&CoFounder

Exclusive Content

Rob Windsor on WCF with REST, JSON and RSS

WCF is not just for SOAP based services and can be used with popular protocols like RSS, REST and JSON. Join Rob Windsor as he introduces WCF 3.5 and its new native support for non-SOAP services.

Christophe Coenraets Discusses Flex 3, AIR, and BlazeDS

Christophe Coenraets discusses Flex 3, Flex Builder, AIR, BlazeDS, Adobe and open source, integrating Flex with existing applications, and integrating RIAs with search engines and browsers.

Debunking Common Refactoring Misconceptions

Danijel Arsenovski attempts to dispel some of the myths around refactoring and how it applies to .NET developers.

REST Eye for the SOA Guy

In this presentation, recorded at QCon San Francisco, CORBA guru Steve Vinoski explains REST from the view of someone who comes to SOA from a traditional, RPC-oriented background.

Choose Feature Teams over Component Teams for Agility

Feature teams are key to scaling agility for large teams. In an excerpt from "Scaling Lean and Agile Development," Larman & Vodde show how feature teams resolve traditional problems & raise new issues

Billy Newport explains Virtualization

Billy Newport talks about virtualization, eXtreme Transaction Processing (XTP) and WebSphere Virtual Enterprise. He discusses hardware, hypervisor, JVM, application and data virtualization.

Virtualization and Security

While virtualization provides many benefits, security can not be a forgotten concept in its application.

Introduction to Agile for Traditional Project Managers

This session is specifically aimed at traditionally trained project managers who are new to Agile, and who would like to be able to relate the PMI's best practices to their Agile equivalents.