Re: Java GUI development

Поиск
Список
Период
Сортировка
От Jason Davies
Тема Re: Java GUI development
Дата
Msg-id 20020605163437.A15731@netspade.com
обсуждение исходный текст
Ответ на Java GUI development  (Dave Cramer <Dave@micro-automation.net>)
Список 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 по дате отправления:

Предыдущее
От: Jeremy Buchmann
Дата:
Сообщение: Re: Java GUI development
Следующее
От: Tim Pizey
Дата:
Сообщение: Re: Java GUI development