|
|
|
|
Welcome Guest! Login/Join |
 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. |
 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. |
 G$D/Groovy: Index - http://www.oreillynet.com/onjava/blog/2004/10/gdgroovy_index.html List of Groovy posts. O'Reilly ONJava 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. |
 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: First Contact - http://www.theserverside.com/tt/blogs/showblog.tss?id=GroovyReview Review, by enterprise developer Mike Spille. TheServerSide.com, Enterprise Java Community. |
 Java Community Process Program: JSRs: Java Specification Requests: 241 - http://www.jcp.org/en/jsr/detail?id=241 Groovy standardization page. |
 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 Programming Language - http://en.wikipedia.org/wiki/Groovy_programming_language Growing article, with links to many related topics. Wikipedia. |
 Groovying at ACCU 2006 - http://www.russel.org.uk/blog/2006-04-24-11-59 Page on presentation given by Russel Winder at ACCU 2006 conference: brief comments, links to PDF slides, source code. |
 Groovy Wish List - http://beust.com/weblog/archives/000102.html Criticism, mainly of "." and "->" operators. Otaku, Cedric's weblog. |
 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. |
 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 = 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. |