From: | Jason Davies <jason(at)netspade(dot)com> |
---|---|
To: | Dave Cramer <Dave(at)micro-automation(dot)net> |
Cc: | PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Java GUI development |
Date: | 2002-06-05 21:34:37 |
Message-ID: | 20020605163437.A15731@netspade.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 connect to the database and manipulate stuff. I released a servlet-based version some time ago that supported PostgreSQL and MySQL officially. Since then I've been rewriting the code so that a Swing version can be easily added, sharing common library 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 servlet stuff 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-27th June 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tim Pizey | 2002-06-05 23:33:31 | Re: Java GUI development |
Previous Message | Jeremy Buchmann | 2002-06-05 21:34:27 | Re: Java GUI development |