Re: PostgreSQL and Struts Tutorial

From: "Guy Rouillier" <guyr(at)masergy(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: PostgreSQL and Struts Tutorial
Date: 2006-02-20 21:20:48
Message-ID: CC1CF380F4D70844B01D45982E671B230137A6FD@mtxexch01.add0.masergy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Warren Murray wrote:
> I'm fairly new to the Java, Struts and PostgreSQL communities, but I
> have been swirling on a datasource connection pooling thing for quite
> some time. I'm using PostgreSQL 8.0.1, Struts 1.2.7 and JDK 1.4.2_09.
> Are there any tutorials out there that discusses PostgreSQL and
> Struts in any detail. If so, where are they?

PostgreSQL is a database engine. For Struts purposes, it is a drop-in
replacement by anything else with a JDBC driver. So a generic Struts
tutorial should help get you going. I don't have any particular
references, but a search on "struts" in Google supplied pointers to
several quick start tutorials.

I'd recommend going with JDK 1.5. It's been out for over a year and is
stable. If you are learning, you might as well learn on the current
platform.

--
Guy Rouillier

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message John R Pierce 2006-02-21 01:24:59 Re: PostgreSQL and Struts Tutorial
Previous Message Warren Murray 2006-02-20 21:10:55 PostgreSQL and Struts Tutorial