Copyright © 2001 Qusay H. Mahmoud
Programming with RMI
l
Anatomy of an RMI-based application
–
Define a remote interface
–
Implement the remote interface and server
–
Develop a client
–
Generate stubs and skeletons
–
Start the RMI registry
–
Run the client and server