Advanced Groovy - http://www.openlogic.com/downloads/OpenLogic.AdvancedGroovy.pdf
Slide presentation, given to Denver Java User Group, JUG; by Rod Cope, of OpenLogic, Inc. |
G$D/Groovy: Index - http://www.oreillynet.com/onjava/blog/2004/10/gdgroovy_index.html
List of Groovy posts. O'Reilly ONJava Weblog. |
Grails - http://www.grails.org/
Web application framework, Groovy version of Ruby on Rails, to use in Java development. Can be standalone system that hides all configuration details, or integrates Java business logic. Simplifies much work, appeals to range of developers not only Java. Open source. |
Groovy - http://groovy.codehaus.org/
Object-oriented language alternative for Java platform; Java-like syntax, dynamically compiles to JVM bytecodes; compiler can emit bytecodes, or can be used dynamically for scripting; has features not in standard Java, from Python, Ruby, Smalltalk. Open source. |
Groovy = Java + Ruby + Python - http://www.openlogic.com/downloads/OpenLogic.JSRGroovy.pdf
Slide presentation, given to Denver Java User Group, JUG; by Rod Cope, of OpenLogic, Inc. |
Groovy Programming Language - http://en.wikipedia.org/wiki/Groovy_programming_language
Growing article, with links to many related topics. Wikipedia. |
Groovy Wish List - http://beust.com/weblog/archives/000102.html
Criticism, mainly of "." and "->" operators. Otaku, Cedric's weblog. |
Groovy, Java's New Scripting Language - http://www.onjava.com/pub/a/onjava/2004/09/29/groovy.html
Description, with text, code samples, screenshots. O'Reilly ONJava.com. |
Groovy: First Contact - http://www.theserverside.com/tt/blogs/showblog.tss?id=GroovyReview
Review, by enterprise developer Mike Spille. TheServerSide.com, Enterprise Java Community. |
Groovy: The Birth of a New Dynamic Language for the Java Platform - http://radio.weblogs.com/0112098/2003/08/29.html
Brief summary of ideas behind Groovy; by James Strachan, Radio Userland. |