> > I'm going to be making the Turbine Connection pooling code implement the
> > JDBC 2.0 Standard Extensions in order to quell the fact that people have
> > been complaining that it hasn't done so.
> >

So can I do something like this now?

Context ctx = new InitialContext();
DataSource ds = (DataSource)ctx.lookup("jdbc/jetspeedDB");
Connection con = ds.getConnection( ....  // this would actually be the
pooled connection

Are connection strings still stored in the TR.P?

thanks,

- david



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]

Reply via email to