Groovy

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

Articles
  

Articles:
  • Practically Groovy: Smooth operators by Andrew Glover   - [Clicks: 64]
    The Java language has banned operator overloading, but upstart Groovy says "bring it on!" Find out what you've been missing all these years, as Andrew Glover walks you through everyday uses of Groovy's three categories of overloadable operators in this final, regular installment of Practically Groovy.
    http://www-128.ibm.com/developerworks/java/library/j-pg10255.html - Oct, 2005
  • Practically Groovy: Of MOPs and mini-languages by Andrew Glover   - [Clicks: 36]
    Put your ear to the ground and listen closely -- MOP is on the move! Get a primer on the Meta Object Protocol, an old-is-new approach to building applications, languages, and applications as languages.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/java/library/j-pg09205/index.html - Sep, 2005
  • Groovy Development by Dick Wall   - [Clicks: 85]
    Delve into a Scripting language called Groovy (aka JSR-241) which will be incorporated into the Java 6 SDK and runs on top of the JVM (and integrates with it nicely). It is incredibly powerful and definitely a tool most programmers should include in their arsenal.
    http://www.developer.com/java/ent/article.php/3548721 - Sep, 2005
  • Practically Groovy: Functional programming with curried closures by Andrew Glover, Ken Barclay, John Savage   - [Clicks: 60]
    Closures are everywhere in Groovy, and the only problem with Groovy closures is that they can start to seem, well, kind of bland when you use them every day. This month, guest authors Ken Barclay and John Savage show you how to spice up standard closures recipes like closure composition and the Visitor design pattern with just a hint of curry. The curry() method was invented by Haskell Curry and has been in the Groovy language since before the JSR-compliant releases.
    http://www-128.ibm.com/developerworks/java/library/j-pg08235/index.html - Aug, 2005
  • Groovy's growth spurt by Andrew Glover   - [Clicks: 32]
    With the release of Groovy JSR-1 (and subsequent releases) the changes to Groovy syntax have been formalized -- which means if you weren't paying attention before, now's the time to start. This month, resident Groovy practitioner Andrew Glover walks through most important changes to Groovy's syntax and shows you a handy feature you won't find in classic Groovy.
    http://www-128.ibm.com/developerworks/java/library/j-pg07195.html - Jul, 2005
  • Practically Groovy: Stir some Groovy into your Java apps by Andrew Glover   - [Clicks: 51]
    Ever thought about embedding Groovy's simple, easy-to-write scripts in your more complex Java programs? In this installment of Practically Groovy, Andrew Glover shows you the many ways to incorporate Groovy into your Java code and explains where and when it's appropriate to do so.
    http://www-128.ibm.com/developerworks/java/library/j-pg05245/index.html - May, 2005
  • Good Fences Make Good Functions by Craig Castelaz   - [Clicks: 25]
    In some ways, Groovy programming can be as much like Java programming as you want it to be. You can use it as syntactic sugar to simplify some of your least-favorite Java tasks or you can embrace it and explore language constructs unlike anything the typical Java programmer encounters. In this article, you will get some background and a quick introduction to closures.
    http://today.java.net/pub/a/today/2005/05/19/fences.html - May, 2005
  • Getting to Know Groovy by John Zukowski   - [Clicks: 69]
    The Java platform isn't just for programs written with the Java Programming Language. Learn how to get Groovy with a new agile dynamic scripting language for the Java Virtual Machine. See where JSR-241 is going and what you can do with its results.
    http://java.sun.com/developer/technicalArticles/JavaLP/groovy/ - May, 2005
  • Practically Groovy: Mark it up with Groovy Builders by Andrew Glover   - [Clicks: 38]
    Groovy Builders let you mimic markup languages like XML, HTML, Ant tasks, and even GUIs with frameworks like Swing.They're especially useful for rapid prototyping and, as Practically Groovy columnist Andrew Glover shows you this month, they're a handy alternative to data binding frameworks when you need consumable markup in a snap!
    http://www-128.ibm.com/developerworks/java/library/j-pg04125/ - Apr, 2005
  • Practically Groovy: Go server-side up, with Groovy by Andrew Glover   - [Clicks: 27]
    The Groovlet and GroovyServer Pages (GSP) frameworks are built on the shoulders of the Java Servlet API. Unlike Struts and JSF, however, Groovy's server-side implementation isn't meant for all occasions. Rather, it's a simplified alternative for developing server-side applications quickly and easily. Follow along with Groovy advocate Andrew Glover as he introduces these frameworks and demonstrates their use.
    http://www-128.ibm.com/developerworks/java/library/j-pg03155/ - Mar, 2005
  • Choosing a Java scripting language: Round two by David Kearns   - [Clicks: 68]
    Scripting languages have proven their value to Java developers. They let users extend and customize the application's functionality and appearance, which adds value to the program. In addition, they can dramatically simplify certain design tasks for a programmer by making it possible to define, load, and evaluate functions on the fly. For a developer, the task of integrating one or more of these scripting languages is easy. Picking one from the growing list is hard. This article describes some of the issues that come with supporting a scripting language in your Java application and compares Groovy, JudoScript, Pnuts, JRuby, Jacl, Jython, Rhino, and BeanShell in a variety of ways to help you make the right choice.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-03-2005/jw-0314-scripting.html - Mar, 2005
  • Practically Groovy: MVC programming with Groovy templates by Andrew Glover   - [Clicks: 32]
    Views are an integral part of MVC programming, which is itself a ubiquitous component of enterprise application development. In this installment of Practically Groovy, Andrew Glover shows how Groovy's template engine framework can simplify view programming and make your code more maintainable over time.
    [Includes source code]
    http://www-106.ibm.com/developerworks/java/library/j-pg02155/ - Feb, 2005
  • Practically Groovy: JDBC programming with Groovy by Andrew Glover   - [Clicks: 33]
    Take your practical knowledge of Groovy one step further this month, as Andrew Glover shows you how to use GroovySql to build a simple data-reporting application. GroovySql combines closures and iterators to ease Java Database Connectivity (JDBC) programming by shifting the burden of resource management from you to the Groovy framework itself.
    http://www-106.ibm.com/developerworks/library/j-pg01115.html - Jan, 2005

[Top]