1020: Mainline
Now, suppose that you want to move the RatingServer
instance to another
computera
server. You need answers to several questions:
- How do you inform the server that a particular class instance is to be
made available remotely; how does the client find an instance that has
been made available remotely?
- How does the client find an instance that has been made available remotely?
- How much do the client and server computers need to know about each
other's classes at compile time? How do you supply that information?
- How much do the client and server computers need to know about each
other's classes at run time? How is that information exchanged?
- How do you supply to the client and server information about each
other's classes at compile time and at run time?