Re: PostgreSQL and Struts Tutorial - Mailing list pgsql-jdbc

From Guy Rouillier
Subject Re: PostgreSQL and Struts Tutorial
Date
Msg-id CC1CF380F4D70844B01D45982E671B230137A6FD@mtxexch01.add0.masergy.com
Whole thread Raw
In response to PostgreSQL and Struts Tutorial  ("Warren Murray" <murray_warren@bah.com>)
Responses Re: PostgreSQL and Struts Tutorial  (John R Pierce <pierce@hogranch.com>)
List 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


pgsql-jdbc by date:

Previous
From: "Warren Murray"
Date:
Subject: PostgreSQL and Struts Tutorial
Next
From: John R Pierce
Date:
Subject: Re: PostgreSQL and Struts Tutorial