This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Making Java APIs Groovy
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
One of the major advantages of Groovy is that you can leverage existing Java APIs very easily: you can use them in Groovy just like you would in Java. However, Groovy is a perfect fit for DSLs and it’s possible to make those APIs rock: why would you be obliged to use them in a Java fashion if we can build Groovy APIs for them?
This session takes an existing Java API and tries to make it Groovy step by step, introducing you to various DSL building techniques in Groovy. Learn ...