The Artima Developer Community
Sponsored Link

Java Answers Forum
JCA - Connection Pooling

3 replies on 1 page. Most recent reply: Sep 26, 2003 10:52 PM by Senthoorkumaran Punniamoorthy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
Jeff Briggs

Posts: 2
Nickname: chappy011
Registered: Sep, 2003

JCA - Connection Pooling Posted: Sep 25, 2003 11:47 AM
Reply to this message Reply
Advertisement
I'm interested in setting up connection pooling for LDAP and Jabber. Our J2EE app is running on JBoss, and the database connections are already pooled through JCA using the provided JDBC resource adapter.

So, I have investigated JCA a bit to see if that is the way to go to implement connection pooling for LDAP and Jabber, but I haven't come to a conclusion yet. If I was to use JCA, it looks like I would need to create resource adapters for LDAP and Jabber, which does not seem to be a trivial task.

My question is, for what I am trying to accomplish (connection pooling) is JCA overkill? If so, what would the best course of action to be (ie. develop my own resource pooling package, use another api, etc)

Thanks,

Jeff


Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: JCA - Connection Pooling Posted: Sep 25, 2003 4:34 PM
Reply to this message Reply
Why don't you look at http://jakarta.apache.org/commons/pool/

Jeff Briggs

Posts: 2
Nickname: chappy011
Registered: Sep, 2003

Re: JCA - Connection Pooling Posted: Sep 26, 2003 10:15 AM
Reply to this message Reply
Thanks very much, Senthoor! The Apache pooling package looks very solid, and I think we are going to use it for our various connection pooling needs.

Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: JCA - Connection Pooling Posted: Sep 26, 2003 10:52 PM
Reply to this message Reply
If you have any specific need for Database connection pooling then I think its better to use the DBCP rather than the generic pool.

http://jakarta.apache.org/commons/dbcp/

Flat View: This topic has 3 replies on 1 page
Topic: Invoking MicrosoftExcel from java Previous Topic   Next Topic Topic: Abt prepared statement?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use