With reference to apache commons dbcp, what is the difference between PoolingDataSource and PoolingDriver? The source code states
"Note that this example is very similiar to the PoolingDriver example. In fact, you could use the same pool in both a PoolingDriver and a PoolingDataSource"
However it does not explicit state the differences