> What I thought of doing is half way there. When a request comes in, store
an
> attribute in the HttpSession that flags a "transaction" (transaction being
> either a database hit, or just a simple request..period) is activated.
This
> would only work with an MVC framework though..it would require the
> ControllerServlet to "check" every single request if this attribute
existed.


I cannot help on the rest of the issue, but I would think a ServletFilter
could do this job also.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to