Don Hill
Posts: 70
Nickname: ssswdon
Registered: Jul, 2002
|
|
Re: Database connection pooling
|
Posted: Aug 30, 2002 7:48 AM
|
|
> Hi Guys, > How to use > to use javax.sql.ConnectctionPooldataSource and other > connection pooling classes of javax.sql package > without using JNDI, > > I want to use Connection pooling in my application > on but dont want to go thru JNDI, > > Any code example will be of gr8 help too, > > Regards, > Rohit
Just curious, in what context are you using this connections, swing, appserver .....
If you are doing this on the client side I think its a bit of overkill, in the appserver world you would have the server manage the connection pooling and best practice is to use the jndi datasource because this hides the db.
-Don- Maybe
|
|