Connection Pool Create Data Source in Weblogic 8.1

What is connection pool? Generally, whenever a connection is sought with the database, dynamically a connection (in JDBC terms, a java.sql.Connection object) is created. Creating a connection is very costly (takes more time) in terms of performance. To overcome this bottleneck in large databases, the application servers like Weblogic, WebSphere or JBoss etc. comes with …

Connection Pool Create Data Source in Weblogic 8.1 Read More »