Groovy

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

Articles
Books
  

Articles:
  • What's New in Groovy 1.5 by Guillaume Laforge   - [Clicks: 11]
    In this article Groovy Project Manager Guillaume Laforge provides an overview of the new and noteworthy features of Groovy 1.5 including support for Java 5 features with annotations, generics and enums. You will also be introduced to enhanced Groovy tooling support via Maven and IntelliJ.
    http://www.infoq.com/articles/groovy-1.5-new - Dec, 2007
  • Installation guide for the Groovy and Gant Toolset by Klaus P. Berg   - [Clicks: 9]
    Run the Groovy and Gant Toolset in your Windows development environment.
    http://www.javaworld.com/javaworld/jw-11-2007/jw-11-ggtoolset.html - Nov, 2007
  • Introduction to Groovy Part II by Andres Almiray   - [Clicks: 20]
    In the first part of Introduction to Groovy, we saw the first steps to code Groovy scripts, some of Groovy's advantages like closure support and some syntactic sugar, as well as basic data types. In the second part we will look at other features that make Groovy and exceptional language and a great choice for your toolbox as a Java developer, and perhaps even make it your daily language of choice.
    http://www.javalobby.org/articles/groovy-intro2/ - Oct, 2007
  • Introduction to Groovy by Andres Almiray   - [Clicks: 20]
    Andres Almiray helps you get started with this versatile and powerful dynamic language written in Java, for Java. Like Ruby, or Python, Groovy provides powerful dynamic features. But it also provides excellent integration with Java.
    http://www.javalobby.org/articles/groovy-intro1/ - Sep, 2007
  • A Dynamic MVC Development Approach Using Java 6 Scripting, Groovy, and WebLEAF by Daniel Lopez   - [Clicks: 24]
    You've probably heard the benefits of scripting languages in Java SE 6, but have you thought about how to put them to use? In this article, Daniel Lopez shows how to use Groovy for the business logic of a fully MVC web app, swapping around view frameworks to prove its flexibility.
    http://today.java.net/pub/a/today/2007/06/19/mvc-webappps-with-groovy-scripting-and-webleaf.html - Jun, 2007
  • Using Groovy to Send Emails by Paul King   - [Clicks: 32]
    Groovy is one of the more popular dynamic languages for the JVM. It has a familiar syntax, reduces large amounts of scaffolding code, and integrates seamlessly with Java. Learning Groovy means gaining access to all of the richness emerging in the dynamic language world while still leveraging the skills, infrastructure, and libraries you already have from the Java world. This is a quick tutorial showing how to send emails from Groovy using Java libraries.
    http://www.onjava.com/pub/a/onjava/2007/03/23/using-groovy-to-send-emails.html - Mar, 2007
  • What Groovy Can Do For You by Dierk Koenig, Andrew Glover, Paul King, Guillaume Laforge, Jon Skeet   - [Clicks: 44]
    Walk through some of Groovy's key features and areas of applicability for Java professionals, script programmers, and pragmatic, extreme, and agile programmers.
    http://www.developer.com/java/ent/article.php/3657751 - Feb, 2007
  • Book excerpt: Your way to Groovy by Dierk Koenig, Andrew Glover, Paul King, Guillaume Laforge, Jon Skeet   - [Clicks: 19]
    Groovy will give you some quick wins, whether it's by making your Java code simpler to write, by automating recurring tasks, or by supporting ad-hoc scripting for your daily work as a programmer. It will give you longer-term wins by making your code simpler to read.
    http://www.javaworld.com/javaworld/jw-01-2007/jw-01-groovy.html - Jan, 2007
  • Your Way to Groovy by Dierk Koenig, Andrew Glover, Paul King, Guillaume Laforge, Jon Skeet   - [Clicks: 17]
    Get a clear idea of why Groovy was developed and what drives its design.
    http://www.developer.com/lang/article.php/3656426 - Jan, 2007

[Top]

Books:
  • Groovy Recipes. Greasing the Wheels of Java by Scott Davis, Venkat Subramaniam   - [Clicks: 28]
    Groovy Recipes is targeted at the busy Java professional who needs quick solutions to everyday problems. Each recipe shows a concise code example right away. If you need more information, each recipe is explained in plain English. Nearly every aspect of the development process can be sped up using Groovy. Groovy makes mundane file management tasks like copying and renaming files trivial. Reading and writing XML has never been easier with XmlParsers and XmlBuilders. JDBC gets a fresh makeover. Breathe new life into Arrays, Maps, and Lists with a number of convenience methods. Even Ant gets turbo-charged. You can mix Groovy right into your build.xml, or replace it completely with code from an AntBuilder. As an added bonus, this book also covers Grails. You'll be amazed at how quickly you can have a first-class web application up and running from ground zero. Grails includes everything you need in a single zip file, a web server (Jetty), a database (HSQLDB), Spring, Hibernate, Sitemesh, even Ant. If you're looking for Ajax support, Grails ships with leading libraries like Prototype, script.aculo.us, Yahoo UI, and Dojo. We cover everything from getting a basic application up and running to advanced features such as deploying to other webservers and databases, adding a Captcha, integrating with legacy EJB applications, and even adding a Google Map.
    http://www.oreilly.com/catalog/9780978739294/ - Jul, 2007
  • Groovy in Action  by Dierk Koenig, Guillaume Laforge, Andrew Glover   - [Clicks: 41]
    Groovy in Action is a comprehensive description of the Groovy programming language, its libraries, and its everyday use. With the release of JSR 241, Groovy has become the second standard language for the Java platform. The book introduces Java developers to the new dynamic features that Groovy brings to this platform. The first part of the book explains the basic parts of Groovy: datatypes, control flow, object model, and handling specifics. The second part elaborates on enhancements that Groovy brings to standard Java development: builders and template engines, JRE improvements (GDK), integration options, and the special support for XML, regular expressions and database programming. The hands-on experience part of the book presents various tips & tricks for daily programming work, covers unit testing and build support, and shows how to even script Windows via Groovy. An additional bonus track is dedicated to Grails, the Groovy Web Application Framework. Groovy in Action introduces the language by example, showing lots of reusable pieces of code while explaining the underlying concepts. Java developers who are new to Groovy will find a smooth transition into the dynamic programming world. Groovy experts will find new aspects and triggers of creativity as well as a solid reference.
    Manning Publications, Paperback - Jan, 2007

[Top]