Got to this one late (lunch), so this is not full notes.
Extended Persistence Contexts
Extended Persistence Contexts
- Rescue the stateful session bean from obscurity
- natural cache of data that is relevant to a conversation
- allows stateful components to maintain references to managed instances instead of detached instances
- A conversation takes place anytime a single user interaction spans more than one request
- sometimes helpful to capture conversation in object(s), can optimize, manage lifecycle, etc.