Обсуждение: java database and postgresql

Поиск
Список
Период
Сортировка

java database and postgresql

От
Ramon Orticio
Дата:
how or where can  i have a good start in using java
for interface with posgesql for DBMS. do you have
available tutorial on this.

thank you in advance for any lead.





__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail

Re: java database and postgresql

От
Christian Poecher
Дата:
Ramon Orticio wrote:
> how or where can  i have a good start in using java
> for interface with posgesql for DBMS. do you have
> available tutorial on this.

Hi Ramon,
take a look at tutorials about JDBC, e.g. at http://java.sun.com or if
you want a more professional, but heavyweighted approach, look for
Hibernate, JDO or Torque.

hth, chris