Remote Method Invocation
Course Notes:
Slides as
PDF File
Slides as
Online Presentation
Supplementary Material:
An online introduction to
RMI
The
RMI trail
of the official Java tutorial
A simple client-server example from the
Java Network Programming
book:
the remote interface
, the
server side implementation
, and the
client side implementation
RMI Callbacks
: a simple example (with code) why you would want them.