Re: Adding JDK1.5 removing 1.1 support. - Mailing list pgsql-jdbc

From Aaron Mulder
Subject Re: Adding JDK1.5 removing 1.1 support.
Date
Msg-id Pine.LNX.4.58.0407160845130.13007@saturn.opentools.org
Whole thread Raw
In response to Re: Adding JDK1.5 removing 1.1 support.  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
On Fri, 16 Jul 2004, Oliver Jowett wrote:
> I'm actually tempted to drop the pooling DataSource implementations
> altogther. Does anyone on the list actually use these? I think the more
> common approach is for a higher layer to use our
> ConnectionPoolDataSource implementation (or plain DataSource, even) plus
> their own pooling logic..

    The spec seems to have been originally written so that any
middleware should use ConnectionPoolDataSource.  In practice, that seems
pretty rare -- every app server I've worked with uses an XADataSource or
DriverManager.  On the other hand, most end users don't seem to know what
to make of a ConnectionPoolDataSource, since it's neither a DataSource nor
a Connection, and they don't want to implement their own pooling logic.
So if we were to drop support for anything but ConnectionPoolDataSource,
then I'm not sure that anyone would really use this stuff at all!

    That said, it's hardly a scientific opinion, and I would also be
interested to hear if anyone speaks up and indicates that they're using
ConnectionPoolDataSource.

Aaron

pgsql-jdbc by date:

Previous
From: "Stefano Bonnin"
Date:
Subject: Re: SSL Problem
Next
From: "Chris Smith"
Date:
Subject: Re: Adding JDK1.5 removing 1.1 support.