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, ...
I have blogged before about GroovySql and I find that it meets my needs nicely. However, some people prefer to use Groovy’s DataSet class which the Groovy 1.7.1 API documentation describes as “an ...