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.