See org.apache.commons.pool.PoolableObjectFactory and
org.apache.commons.dbcp.PoolableConnectionFactory for the general case.
BasicDataSource is "hard-coding" it's own pool implementation/instance,
which makes it easier to use but more difficult to modify in this way.


Reply via email to