I have a driver class (currently written in python) that · reads a csv file of command records which describe functions, the driver · loads groovy functions (as text strings) · the driver edits (textually) the groovy functions to add parameters · passes that groovy command to a database server (gremlin-server) which · processes the request and · returns the result. I would like to make a few changes to this process.
To do this I need to know… Is possible to dynamically load groovy scripts? |
- Dynamic Loading of Other Groovy Functions Fred Eisele
- Re: Dynamic Loading of Other Groovy Functions Guillaume Laforge