SpringSource has announced new milestone releases of two Eclipse-based tool suites: the Spring Tool Suite (STS 3.2 M2) and the Groovy/Grails Tool Suite (GGTS 3.2 M2). Both are shipping on top of ...
There are numerous ways in which Groovy can be applied to build Java-based applications. These building approaches range from invoking commands like javac and jar directly from Groovy code to ...
Groovy‘s RootLoader is a handy class that can be used to encapsulate a Groovy script’s reference to external classpath dependencies within the script itself. The documentation for RootLoader states, ...