Re: JPA and Postgresql

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: JPA and Postgresql
Дата
Msg-id 4723AD1D.803@hogranch.com
обсуждение исходный текст
Ответ на Re: JPA and Postgresql  (Robert Wimmer <seppwimmer@hotmail.com>)
Ответы Re: JPA and Postgresql
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Question about refcursors
Следующее
От: Robert Wimmer
Дата:
Сообщение: Re: JPA and Postgresql