Home
/
rmi
frequal.com
RSS Feed
RMI System Design: Patterns and Pitfalls
O'Reilly Conference On Enterprise Java
Previous Slide
Next Slide
Token Peer Patterns
Small state can be Serializable, and passed in its entirety.
Large state should be agreed upon early on, then modified via a remote interface.
Modifications to large state can be made by index or key, or for more complex state, by Action objects which know how to modify state.
10
Last modified on 9 Feb 2002 by
AO
Copyright © 2024
Andrew Oliver