Re: Support for javax.sql.DataSource ..

From: Aaron Mulder <ammulder(at)alumni(dot)princeton(dot)edu>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Support for javax.sql.DataSource ..
Date: 2002-10-16 02:10:43
Message-ID: Pine.LNX.4.44.0210152208430.21124-100000@www.princetongames.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Also, out of curiosity, are you looking for a
javax.sql.ConnectionPoolDataSource, or a pooling or non-pooling
javax.sql.DataSource? All three are provided, but by my reading of the
spec, an app server really *ought* to use CPDS instead of DS, and just
expose a DS to the application...

Aaron

On 15 Oct 2002, Dave Cramer wrote:
> Lalit,
>
> If you pull from cvs you will get a datasource implementation.
>
> Dave
> On Tue, 2002-10-15 at 16:42, lalit wrote:
> > Hi ,
> >
> > My name is Lalit - I am with Sun Microsystems - with the SunOne
> > Appserver team .
> >
> > I am trying to use postgre with one of our sample applications .. and I
> > had a question :
> >
> > Sun One App server7.0 needs an implementation of javax.sql.DataSource if
> > it has to be able to create a connection pool for a particular DB.
> >
> > The latest stable jdbc driver currently available off
> > http://jdbc.postgresql.org/download.html
> > doesnt have an implementation of javax.sql.DataSource . I also couldnt
> > locate a class implementing the same within the beta version of the 7.3
> > driver .
> >
> > I was just wondering if there is a plan to support an implementation of
> > javax.sql.DataSource in the near future ..?
> >
> > Thanks a million in advance for all yr replies ..
> > Lalit
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 5: Have you checked our extensive FAQ?
> >
> > http://www.postgresql.org/users-lounge/docs/faq.html
> >
> >
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message jonerf1 2002-10-16 02:34:44 Re: blob load errors
Previous Message Dave Cramer 2002-10-16 01:34:40 Re: Support for javax.sql.DataSource ..