Exercise 16: Java Database - Connection Pooling
due April 26 extend to May 2 (email link to ConnectionPool.html that is part of this software and you should deploy on your J2EE Web App for this exercise)
Implement the ConnectionPoolServlet described in the CoreServlets
Book Chapter on JDBC (listing 18.20) that uses a class called ConnectionPool
to create and manage a pool of database connections for efficiency.
Use it on the sample database table you created in our previous exercise
with creating an Oracle database table.