1 | One key piece is a server that acts as the network lookup, a naming registry from which the client can get a reference to the remote object (the server). |
2 | Another key piece is object serialization. Parameters to and from the remote methods must be sent in a standard encoding across the network. |
3 | client |
4 | Server with |
5 | implementations |
6 | of remote methods |
7 | Naming registry |
8 | RMI |
9 | RMI |
10 | RMI |
11 | Calls to methods in the remote object may pass parameters and receive results |