RE: Database Connection in Logic Beans - pooling? => request cycle

2002-09-03 Thread David Graham
The request cycle ends when the final view component (JSP) sends its output to the browser. Struts ends its involvement when your Action class returns an ActionForward object from its perform method. Struts forwards to the page defined in the ActionForward object and I don't think is involved

RE: Database Connection in Logic Beans - pooling? => request cycle

2002-09-02 Thread Frederic Laub
I got the message and I will use the sessionFacade pattern and use the connection pool as you advised. Nevertheless I would like to know where the request cycle ends in the struts framework? I didn't find any diagram regarding the request cycle. I would like to store (among other things) the time