CSC 309 RMI Example

The files in this directory illustrate the use of Java RMI to implement a simple client/server example.

See:
          Description

Packages
client Classes in this package define the client side of the client/server application.
server Classes in this package define the server side of the client/server application.

 

The files in this directory illustrate the use of Java RMI to implement a simple client/server example. Here are class and function diagrams that illustrate the general client/server design pattern presented in this example. The documentation for the classes and methods has further explanatory details.