> > You talked about exposing javax.sql.DataSource.
> Right, that's how I propose offering db connections to anyone

OK, so then the only code that would know about DBCP or JDBC would be James
internals?  I think we can handle through configuration settings.

> I think just a pooled connection is enough.

I think that is correct for the most part, so lets leave it at that until we
see a need for more.

> I'm not sure [how to make optional use of JDK 1.4]... possibly reflection?

One way would be to use dynamic loading, and isolate JDK 1.4 specific
features in separate classes/packages.

        --- Noel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to