I read a few links on stackoverflow, mkyong and offical docs of Tomcat JDBC Pool. And I am too confused.
Points to be Noted:
1) I understand Oracle Universal Connection Pooling is a new concept and is unstable. In this link the person asks about OracleDataSource(please note it) Link1
2) So Lets say UCP is totally different. Now Mkyong(RESPECT) has this tutorial available. Link2
3) And then there is this Link on Tomcat's offical Docs Link3
What is or is there a difference between OracleDataSource and Commons DBCP ? Is it something like we configure OracleDataSource using Commons DBCP
What method of Datasource Pool Configuration is MKYONG Using?
And what is Tomcat JDBC Connection Pool? Link4