coreservlets
Class ConnectionPoolServlet3
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--coreservlets.ConnectionPoolServlet3
- public class ConnectionPoolServlet3
- extends HttpServlet
A variation of ConnectionPoolServlet that does NOT
use connection pooling. Used to compare timing
benefits of connection pooling.
Taken from Core Servlets and JavaServer Pages
from Prentice Hall and Sun Microsystems Press,
http://www.coreservlets.com/.
© 2000 Marty Hall; may be freely used or adapted.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ConnectionPoolServlet3
public ConnectionPoolServlet3()
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
- doGet in class HttpServlet
init
public void init()
- Overrides:
- init in class GenericServlet
 |
|---|
| CSAJSP @ amazon.com |
|---|