eval(java.io.Reader):
http://docs.oracle.com/javase/6/docs/api/javax/script/ScriptEngine.html#eval(java.io.Reader)
Also, where is documentation explaining the ReosurceConnector? This is
what I've found, but it doesn't go into much detail...
http://groovy.codehaus.org/api/groovy/util/GroovyScriptEngine.html
http://groovy.codehaus.org/api/groovy/util/ResourceConnector.html
Right now we are running the JSR223 script engine in a server and are
looking for ways for clients to be able to upload custom script
libraries via a Web interface and have those classes/functions be
executable via the ScriptEngine.
We are trying to find a more production-quality alternative to loading
script libraries via eval(), and are cool with switching off the
JSR223 script engine and onto the native GroovyScriptEngine.
Is using ResourceConnector the right approach here?
Thanks.
- James
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email