GROOVY SCRIPTING EXAMPLES Copy the groovy-all-1.5.0.jar to your gshome lib/ext directory. (This is just temporary until I work out why it was not found in the pu's lib). 1) Edit the setenv.bat file found in bin directory 2) Run bin\setenv.bat 3) Run bin\startSpace.bat In separate command shells: 1) Start up a GSM 2) Start up 3 or 4 GSCs In command shell: 1) Run bin\setenv.bat 2) Run "build build" to build the code 3) Run "build deploy" to deploy it Run the examples: bin\sumofrange - This example writes several tasks in Master/Worker fashion to be run by the GroovyWorker in the space bin\jdbcdemo - This example uses the Gigaspaces JDBC driver to write, read, and delete from the space bin\groovyspaceconsole starts up a groovy console, with all of the Gigaspaces classes in the classpath, to allow for easy testing and experimentation bin\groovyspaceshell starts up a groovy console, with all of the Gigaspaces classes in the classpath, to allow for easy testing and experimentation