aspose file tools
The moose likes JDBC and the fly likes Proper place to initiate DB Pooling Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Proper place to initiate DB Pooling" Watch "Proper place to initiate DB Pooling" New topic
Author

Proper place to initiate DB Pooling

Dilip kumar
Ranch Hand

Joined: Oct 16, 2000
Posts: 360
Hi All,

I'm creating the DB connection pool in the init(). Is this the proper way ? Thanks

Main.java (servlet)


Common.java


DBBean.java (implements Serializable)



DBBroker.java
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Proper place to initiate DB Pooling
 
Similar Threads
Unable to get connection, DataSource invalid: "java.sql.SQLException: No suitable driver"
LAST_INSERT_ID() with threads
Unable to get connection, DataSource invalid: "java.sql.SQLException: No suitable driver"
IBM Websphere 5 Connection Pool
Unable to get connection, DataSource invalid: "java.sql.SQLException: No suitable driver"