InfoQ

News

Cool things you can do with Groovy

Posted by Ian Roughley on May 10, 2007

Community
Java
Topics
Dynamic Languages
Tags
Java One ,
Groovy
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

Watch Thread 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

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.