This example shows how to construct a minimal RMI-application. It consists of one remote object, and a simple stand-alone application as client.
The example uses JNDI to access the RMI-registry for naming, and uses an applet as client.
The latest version of this example can be downloaded here.
Follow these steps to install and use the HelloApplet example:
For more information about the classes in this example please see the source files in /src and Javadoc documentation in /docs/api.
Solutions to common problems.
This is an example from the book "Mastering RMI", by Rickard Öberg, published by John Wiley&Sons.