RMI
RMI
- Simple to use
- object can “export” itself
- implement the Remote interface
- register in a name server
- is then available for remote client to invoke its methods
- client looks up object (via URL) and then treats it like any other object
- can pass (serializable) objects as arguments
- Robust servers can be built with few lines of code