You can code components to store state information in a remote database rather than in memory. Doing so offers several advantages, such as enabling failover and load balancing for stateful components, or allowing you to map relational data to a component interface using the EJB entity Bean model. The Jaguar persistent state model is based on standard EJB interfaces, but you can use it in components of other types.
Copyright © 2000 Sybase, Inc. All rights reserved. |