Introductory RMI Examples

  1. This very simple example is provided in the book Java 2: The complete Reference, by P.Naughton and H.Schildt (published by Osborne, 2000).
     

  2. This example is taken from Chapter 8 of Distributed Programming with Java by Qusay Mahmoud (published by "Manning" in 2000).
     

  3. Another example ("Hello World" program) is provided in Getting Started Using RMI

 

On-line tutorial: provides detailed discussion of yet another example and instructions on how to compile and run this example.


Additional details on dynamic code loading using RMI are available in this Sun's document

If you ever need a different policy file, consult this Sun's document about the syntax of policy file.