Sample application that helps to reveal the concept of connection pooling. The primary goal of connection pooling is ability to reuse connection that was created at first usage for the following ...
##Notes The ConnectionPool has been implemented by the ConnectionPoolImpl class. The configuration is available to be modified in the connection-pool.properties file. I have used log4j to log traces, ...