Java Eclipse

Started by Keith Hutchisonalmost 20 years ago3 messagesgeneral
Jump to latest
#1Keith Hutchison
keith.kjtl.hutchison@gmail.com

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

--
Keith Hutchison
http://balance-infosystems.com http://realopen.org
http://www.kasamba.com/Keith-Hutchison

#2Doug McNaught
doug@mcnaught.org
In reply to: Keith Hutchison (#1)
Re: Java Eclipse

"Keith Hutchison" <keith.kjtl.hutchison@gmail.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

#3Kovács Péter
peter.kovacs@chemaxon.hu
In reply to: Keith Hutchison (#1)
Re: Java Eclipse

I use the QuantumDB plugin.(http://quantum.sourceforge.net/) Provides a
basic access to DBs with JDBC. It did not work with older PostgreSQL
versions, but seems to work well with 8.1.

P.

Keith Hutchison wrote:

Show quoted text

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