News

Fortunately, Groovy 1.6 (I’m using 1.6.2) provides built-in JSR 223 support that makes it really easy to embed Groovy within Java.
My favorite use of Groovy is to write simple scripts that rely on Java classes or other features of the Java Virtual Machine ( JVM ) on which Groovy is running. The reduced ceremony approach of ...