Details
Description
JSF state saving is a mechanism that aids in failover implementation. On any page, the component structure and state are saved to either the client or to the session, but a key that enables restoring the state is always written to the client. In this way, the client request can be redirected to a failover server, and as long as the session has been duplicated, the original page state and structure can be restored for the request.
Currently, we maintain the component state and structure in our own proprietary way which necessitates propagating the entire framework object structure to the failover node.
Currently, we maintain the component state and structure in our own proprietary way which necessitates propagating the entire framework object structure to the failover node.
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion