Getting groovy - an introduction to the Groovy language summary
-
page1:
Introduction to the language
Groovy is a dynamic language that runs on the JVM. As such it can
-
page2:
Groovy has different visibility rules to Java. Any field that's declared without a modifier is
-
page3:
Strings and expressions
Firstly, groovy supports either single or double quotes as string
-
page4:
Iterating over each entry in a collection
Probably the most basic case for iteration is to