Re: Adding JDK1.5 removing 1.1 support.

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Adding JDK1.5 removing 1.1 support.
Дата
Msg-id Pine.BSO.4.56.0407160418320.4736@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Adding JDK1.5 removing 1.1 support.  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: Adding JDK1.5 removing 1.1 support.  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc

On Fri, 16 Jul 2004, Oliver Jowett wrote:

> I have to admit I haven't looked too hard at this area, but I don't
> understand why we need versioned implementations of DataSource at all.
> Don't they all end up delegating to the Driver to create the connection
> anyway? I couldn't see anything in the JDBC3 implementations that seems
> JDBC3-specific..

There's really nothing in the JDBC3 implementations.  Personally I don't
know why we have them at all.  The problem is that the 1.5 JDK has changed
the API for ObjectFactory which means that PGObjectFactory and
Jdbc3ObjectFactory cannot be compiled at the moment.  It looks like
adding a Jdbc3gObjectFactory can't be done without also adding 3g versions
of the other classes and also making some Abstract classes to house the
implementation.  Forcing the user to select which implementation to
use just seems klunky especially if they aren't really different.

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Adding JDK1.5 removing 1.1 support.
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Adding JDK1.5 removing 1.1 support.