• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

DbConnectionBroker

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends
Did any one has DbConnectionBroker source code. If it is please send it to me, it realy helps us. My contact email is [email protected] .
Thanks
Konda..
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If by a DB Connection Broker you mean a connection pooling implementation, most application servers now provide this as a standard service through implementations of the DataSource interface.
If that's not what you mean (or you're not programming with an app server) please give us a little more indication of what you need.
Kyle
------------------
Kyle Brown,
Author of Enterprise Java (tm) Programming with IBM Websphere
See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information.
 
Konda Balabbigari
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Kyle,
I can use DataSource object in WAS, but the application i was working is an independent application servers where we do not want use DataSource object from any Vendor.
I had DBConnectionBroker from javaexchange.com and is working fine without any problem. I thought if i have the source for the product i will just browse through the source code.
I send an email to them they did not reply yet.
Thanks again Kyle.
reply
    Bookmark Topic Watch Topic
  • New Topic