  |
Java Community Process Program: JSRs: Java Specification Requests: 241 - http://www.jcp.org/en/jsr/detail?id=241
Groovy standardization page. |
  |
http://groovy.codehaus.org/ - 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 Mailing List Archive - http://groovy.markmail.org/
Searchable archive of the official groovy mailing list provided by markmail.org |
  |
http://www.grails.org/ - 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 Programming Language - http://en.wikipedia.org/wiki/Groovy_programming_language
Growing article, with links to many related topics. Wikipedia. |
  |
SearchGroovy.org - http://searchgroovy.org/
Google Custom search focused on references, articles, and applications about the groovy language |
  |
Groovy Wish List - http://beust.com/weblog/archives/000102.html
Criticism, mainly of "." and "->" operators. Otaku, Cedric's weblog. |
  |
Groovy: First Contact - http://www.theserverside.com/tt/blogs/showblog.tss?id=GroovyReview
Review, by enterprise developer Mike Spille. TheServerSide.com, Enterprise Java Community. |
  |
G$D/Groovy: Index - http://www.oreillynet.com/onjava/blog/2004/10/gdgroovy_index.html
List of Groovy posts. O'Reilly ONJava Weblog. |
  |
JavaOne 2005, Day 1: It's a Groovy Day - http://www.artima.com/weblogs/viewpost.jsp?thread=116723
Substantial report on Groovy from first day of conference: text, code samples. |
  |
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. |
  |
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. |
  |
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. |
  |
Java 7 aka Groovy 1.0 - http://javajmc.blogspot.com/2007/01/java-7-aka-groovy-10.html
Shows how some features proposed for JDK 7 are already in Groovy, maybe in better forms; with reader comments. Java Thoughts and Other Stuff. |
  |
JSR-241: Groovy A New Standard Programming Language for the Java Platform - http://weblogs.java.net/blog/monsonhaefel/archive/2004/03/jsr241_groovy_a.html
Long analysis and critique; Richard Monson-Haefel's Weblog. |