RMI Example

This is based on Sun's JDC RMI example and illustrates the use of an alternate rmiregistry port. Also, it demonstrates the use of a security policy file.

Sample run

Source files:

Hello.java - the Hello interface
HelloImpl.java - the server
HelloClient.java - a standalone client
HelloApplet.java - an applet
Hello.html - page which runs the applet
Hello.html as text
make.sh - script to compile everything
java.policy - security policy file