Home
/
rmi
frequal.com
RSS Feed
RMI System Design: Patterns and Pitfalls
O'Reilly Conference On Enterprise Java
Previous Slide
Next Slide
Client/Server Patterns
Server should implement a Remote interface, ensuring that only the small changes to the state are sent over the network.
Small amount of state or highly compressible state could be transferred in whole to a client.
Client callbacks allow notify-on-change.
7
Last modified on 9 Feb 2002 by
AO
Copyright © 2024
Andrew Oliver