aspose file tools
The moose likes JDBC and the fly likes Connection 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 "Connection Pooling" Watch "Connection Pooling" New topic
Author

Connection Pooling

A Kumar
Ranch Hand

Joined: Jul 04, 2004
Posts: 973
Hi,

When some means connection pooling is it only connection objects that connect to databases....i mean strictly "Databases connection objects"

Actually i have a requirement to create a connection pooling that has X no of connection objects but i have to connect to Epiphany ...

How to proceed with this ..?

Regards
Scott Johnson
Ranch Hand

Joined: Aug 24, 2005
Posts: 518
[A]: is it only connection objects that connect to databases

No, you can create a pools for any type of object. JDBC statements, Web server connections, EJBs, servlets, etc.

[A]: i have to connect to Epiphany

Apache Jakarta Commons has a generic object pooling librarylibrary that you may find useful. You can use that to create your own Epiphany connection pool.
A Kumar
Ranch Hand

Joined: Jul 04, 2004
Posts: 973
Thank you Scott!!! ....I will try looking at that...
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Connection Pooling
 
Similar Threads
Question about design pattern
Connection Pooling
Connection and Object Pools in Java Application
a question about Singleton
New Article: JDBC Connection Pooling