What's the difference between getting a connection directly from a Connection Pool
and getting a connection from a Datasource
at the end the result will be the same : a connection from the connection pool will be returned ... so what's the difference between the two techniques ?
The difference as getting from the Connection Pool directly means coupling your application to WebLogic. Looking up a datasource in JNDI is as vendor independent as you can get. [ December 03, 2002: Message edited by: Chris Mathews ]