Posted By:
Anjan_Bacchu
Posted On:
Wednesday, May 17, 2006 01:50 AM
hi there,
you can use c3p0(http://sourceforge.net/projects/c3p0) or dbcp(http://jakarta.apache.org/commons/dbcp/) for manually creating connection pools.
have a look at http://www.jpox.org/docs/1_1/rdbms_connection_pooling.html#C3P0 to get an idea of how to use this connection pool. these pools also let you pool Statements and PreparedStaments.
BR,
~A