Re: JPA and Postgresql - Mailing list pgsql-jdbc

From John R Pierce
Subject Re: JPA and Postgresql
Date
Msg-id 4723AD1D.803@hogranch.com
Whole thread Raw
In response to Re: JPA and Postgresql  (Robert Wimmer <seppwimmer@hotmail.com>)
Responses Re: JPA and Postgresql  (Robert Wimmer <seppwimmer@hotmail.com>)
List pgsql-jdbc
Robert Wimmer wrote:
> easiest to deploy on eclipse (3.3) with minimal resources in that sense
> - if possible no Hibernate
> - if possible no Application Server

You don't install Postgres on eclipse, you install and configure it on
your host operating system, enabling it to accept network ('host')
connections from the client.  the details of installing and configuring
vary with different operating system distributions.

You'd then use the postgres jdbc provider, installable on your eclipse
jdk environment, same as you'd install any other jar.

The rest are JPA questions, and would better be served by a Java/JPA
list, I suspect.





pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Question about refcursors
Next
From: Robert Wimmer
Date:
Subject: Re: JPA and Postgresql