Java-RMI

RMI is part of the core Java API and has been enhanced for JDK 1.2 (Java 2 platform) in recognition of the critical need for support for distributed objects in distributed-application development. With RMI, you can get a reference to an object that “lives” in a remote process on remote hosts and invoke methods on it as if it were a local ... ................
................