Persistent session beans
Session Beans can be saved and restored across client sessions.
To save, call the session bean’s getHandle() method; returns a Handle object
To restore, call the Handle object’s getEJBObject() method.
Previous slide
Next slide
Back to first slide
View graphic version