Swing and JDBC

From: "Dennis R(dot) Gesker" <dennis(at)gesker(dot)com>
To: psql <pgsql-jdbc(at)postgresql(dot)org>
Subject: Swing and JDBC
Date: 2002-08-12 22:17:06
Message-ID: 3D5833E2.5030900@gesker.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Could someone on this list point me toward a simple but illustrative
application built in Swing that uses JDBC (perferrably Postgres JDBC).

I've been using the JDBC driver on Apache/Tomcat/Linux to generate web
reports reading records from postgres and it has been working great.

Now I'm considering reworking our database applications (currently in
MS-Access) using Java but I'm looking for a small application that uses
Swing & JDBC that can give me an idea of the best practices using these
2 different parts of the API together. I of course intend to use
Postgres for the back end but I think that the Java would be the way to
go for the front end.

I've found alot of examples for either Swing or JDBC sepearately but
none showing them together and working efficiently. I expect my
application will have to support about 20 concurrent users but the
structure of the database tables will only require a few tables and some
relatively simple relationships.

Sorry in advance if this is too far off topic but I always seem to get
really good answers from the folks who monitor this group and figured
that someone could point me in the right direction.

Dennis

--
_________
|~~ @|
| ==== | Dennis Roman Gesker ICQ: 194047
| ==== | mailto:dennis(at)gesker(dot)com Fax: 413.740.4653
|_________| http://www.gesker.com

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Sam Varshavchik 2002-08-12 23:12:29 Re: Swing and JDBC
Previous Message Michael Paesold 2002-08-12 15:57:38 Re: EXPLAIN via jdbc