Re: JPA and Postgresql

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Robert Wimmer <seppwimmer(at)hotmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JPA and Postgresql
Date: 2007-10-27 21:26:53
Message-ID: 4723AD1D.803@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Robert Wimmer 2007-10-27 22:32:59 Re: JPA and Postgresql
Previous Message Kris Jurka 2007-10-27 21:26:51 Re: Question about refcursors