Re: Java Eclipse

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: "Keith Hutchison" <keith(dot)kjtl(dot)hutchison(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Java Eclipse
Date: 2006-05-27 13:57:59
Message-ID: 87ac93a7tk.fsf@suzuka.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Keith Hutchison" <keith(dot)kjtl(dot)hutchison(at)gmail(dot)com> writes:

> Any views on the best way to access postgresql within java?

Depends entirely on what you're looking for. You can go with raw JDBC
for maximum control, or use an ORM layer lihe Hibernate to abstract
away a lot of the work and give you (some) database independence.

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Benno Pütz 2006-05-27 14:36:29 Re: Incomplete dump?
Previous Message Keith Hutchison 2006-05-27 13:50:43 Java Eclipse