Groovy

See also: 
View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • An Introduction to Groovy and Grails by Harshad Oak   - [Clicks: 31]
    Groovy is a scripting language that runs on Java VMs, and Grails a Web development framework. Learn about Grails on Groovy, and decide whether it is a compelling alternative to Ruby on Rails.
    [Includes sample code]
    http://dev2dev.bea.com/pub/a/2006/10/introduction-groovy-grails.html - Oct, 2006
  • Painless AOP with Groovy by John McClean   - [Clicks: 12]
    John McClean shows how to use Groovy's MOP to perform AOP interception without proxyies or bytecode manipulation, and shows how the same is possible in Ruby and other dynamic languages.
    [Includes source code]
    http://www.infoq.com/articles/aop-with-groovy - Oct, 2006
  • Practically Groovy: Reduce code noise with Groovy by Scott Hickey   - [Clicks: 22]
    Groovy's concise syntax frees developers from typical Java constructs that are required for code compilation but don't facilitate expressing what a program is really trying to accomplish. In this revival of the Practically Groovy series, Groovy developer and guest columnist J. Scott Hickey walks you through a series of comparisons between normal Java code and the same Groovy code to show you how this exciting language frees you to focus on the important aspects of coding.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-pg09196.html - Sep, 2006
  • Grails + EJB Domain Models Step-by-Step by Jason Rudolph   - [Clicks: 57]
    Grails could bring Ruby on Rails style productivity to the Java platform, built on the Groovy language and fully integrated with Java. In this tutorial, Jason Rudolph shows how to use Grails to quickly build a functional website around an existing EJB 3 entity bean domain model with very little code.
    [Includes source code]
    http://www.infoq.com/articles/grails-ejb-tutorial - Aug, 2006

[Top]