Skip to content

Instantly share code, notes, and snippets.

@nickman
Created January 13, 2012 14:58
Show Gist options
  • Save nickman/1606791 to your computer and use it in GitHub Desktop.
Save nickman/1606791 to your computer and use it in GitHub Desktop.
Simplest Closure Remoting Example
def gmx = Gmx.remote("service:jmx:rmi://testserver1:8002/jndi/rmi://testserver1:8003/jmxrmi");
gmx.exec({
println "Hello Jupiter";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment