Hi, I use GroovyClassLoader to load, compile and run my scripts (groovy source files only, no runtime strings), could you explain why I should swich to Grengine ? I gave a look to the User Manual and it didn't appear clearly to me. Thanks.
> Date: Fri, 8 May 2015 23:51:50 +0200 > From: [email protected] > To: [email protected] > Subject: [ANN] Grengine 1.0.3 > > Grengine Release Notes (1.0.3, 9 May 2015) > > - New: Convenience Grengine constructors that allow to set the parent > class loader > of the engine more easily (for easier Grape support, see User Manual). > > http://grengine.ch/manual.html#grengine-and-grape > > Grengine is an engine for running and embedding Groovy in a Java VM. > > Fast, easy-to-use and highly customizable. > > Uses only the compiler from the Groovy JDK, not the GroovyClassLoader, > GroovyShell or GroovyScriptEngine. > > Java, Open Source (Apache 2.0 License). > > http://www.grengine.ch/
