Re: Java GUI development - Mailing list pgsql-jdbc

From Jason Davies
Subject Re: Java GUI development
Date
Msg-id 20020605163437.A15731@netspade.com
Whole thread Raw
In response to Java GUI development  (Dave Cramer <Dave@micro-automation.net>)
List pgsql-jdbc
On Wed, Jun 05, 2002 at 12:24:38PM -0400, Dave Cramer wrote:
> Hi folks,
>
> There is some discussion on hackers about the creation of a
> cross-platform gui for postgres ala pgAdmin2, or pgaccess.

I've been working on a tool that will run as a servlet or Swing GUI and that will (in theory) use any JDBC driver to
connectto the database and manipulate stuff. I released a servlet-based version some time ago that supported PostgreSQL
andMySQL officially. Since then I've been rewriting the code so that a Swing version can be easily added, sharing
commonlibrary code with the servlet version. 

I'm a bit busy with exams coming up and I haven't had a lot of time to work on stuff recently. I've almost finished the
servletstuff using the new code, and the swing stuff is half-done. 

You might want to look at the old version (the last release) at http://javatator.com/

Are you thinking of a PostgreSQL-specific GUI, or is Javatator something that you people might want to help with?

If you're interested, let me know and I'll try and get CVS up so you can peek at the works. I've got exams from
14th-27thJune so I won't be able to code a whole lot from now until then :-) 

Oh, and it's all open-source BTW :-)

--Jase

Jason Davies

pgsql-jdbc by date:

Previous
From: Jeremy Buchmann
Date:
Subject: Re: Java GUI development
Next
From: Tim Pizey
Date:
Subject: Re: Java GUI development