All,

I am thinking about wrapping HttpServlet to provide some basic functionality
that all of our servlets should have, and I didn't know if one was already
available that I could hack, or if I'm the first to think of this :-).

Basically, a short list of the things I was going to add are:
*       Debugging
*       Dump request and/or result to log file
*       Dump timing info to log file
*       Logging/tracing hooks.
*       Top level exception handler.
*       Single method to override.
*       Some argument and session management assistance

Does anyone have something like this that is public?

Thanks,
Brian

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to