  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | how does the ssb of a value list handler handle loss of client? | how does the ssb of a value list handler handle loss of client? 2004-08-16 - By Searls, Peter (HAL)
Back When the session expires you could notify a listener to close any objects related to that visitor's session or you could have a class in the session that prior to it's own destruction will take care of cleanup for you.
Peter Searls Sr. Programmer Analyst Information Systems Holland America Line psearls@(protected)
-- --Original Message-- -- From: An interest list for Sun Java Center J2EE Pattern Catalog [mailto:J2EEPATTERNS-INTEREST@(protected)] On Behalf Of Brian Tarbox Sent: Monday, August 16, 2004 10:39 AM To: J2EEPATTERNS-INTEREST@(protected) Subject: how does the ssb of a value list handler handle loss of client?
If I implement a value list handler with a stateful session bean to hold the position in the list, how do I handle the case of the client just going away without an explicit sb.close()?
My application is html based so it can just go away (or switch to an unrelated url). In that case how does my stateful sesssion bean get closed?
Thank you.
Brian Tarbox
===================================================================Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
===================================================================Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|
 |