  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | 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 | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | Query regarding EJBHome/EJBObject Handles | Query regarding EJBHome/EJBObject Handles 2003-09-30 - By Sandeep Rajpathak
Back I have a peculiar requirement in one of my projects -
1. There is a client application which obtains references to EJBHome/Object from the application server and performs certain operations. 2. There is a requirement of client application providing support for connection management, so that if the application server is down for some period and restarts, the client application should be able to use its existing Home/Object references which were obtained before the App. Server was shut down . 3. I know it is always possible for me to reobtain fresh references again, however I wanted to know if EJBHome/Object handles can be helpful here. I understand that these can be persisted and reused. However are they expected to be support an App. Server restart type of requirement?
Thanks Sandeep
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-1"> <META content="MSHTML 6.00.2800.1226" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Verdana size=2>I have a peculiar requirement in one of my projects -</FONT></DIV> <DIV><FONT face=Verdana size=2></FONT> </DIV> <DIV><FONT face=Verdana size=2>1. There is a client application which obtains references to EJBHome/Object from the application server and performs certain operations.</FONT></DIV> <DIV><FONT face=Verdana size=2>2. There is a requirement of client application providing support for connection management, so that if the application server is down for some period and restarts, the client application should be able to use its existing Home/Object references which were obtained before the App. Server was shut down.</FONT></DIV> <DIV><FONT face=Verdana size=2>3. I know it is always possible for me to reobtain fresh references again, however I wanted to know if EJBHome /Object handles can be helpful here. I understand that these can be persisted and reused. However are they expected to be support an App. Server restart type of requirement?</FONT></DIV> <DIV><FONT face=Verdana size=2></FONT> </DIV> <DIV><FONT face=Verdana size=2>Thanks</FONT></DIV> <DIV><FONT face=Verdana size=2>Sandeep</FONT></DIV></BODY></HTML> =========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help". <p>
|
|
 |