Remote Method Invocation (RMI) is an application programming interface (API) in the Java programming language and development environment. It allows objects on one computer or Java Virtual Machine ...
In a previous blog post, I demonstrated using a simple Groovy script to display all names bound to a particular RMI registry on a specified host/port. This script is easy to understand and use, but ...