From my searching, I found many people and tutorials use apache dbcp in Spring even in Spring tutorial. But found some comments said Tomcat has released new JDBC connection pool to replace the older that has performance problem.
Does Tomcat JDBC connection pool works great, especially performance?
I have used apache dbcp in Spring but never use Tomcat JDBC connection pool. How to configure Tomcat's in Spring?
Thank you.