Re: Java GUI development - Mailing list pgsql-jdbc

From Nick Fankhauser
Subject Re: Java GUI development
Date
Msg-id NEBBLAAHGLEEPCGOBHDGEEEFFBAA.nickf@ontko.com
Whole thread Raw
In response to Re: Java GUI development  (Bear Giles <bgiles@coyotesong.com>)
List pgsql-jdbc
I just read Tony's comments regarding jsp, and my first reaction was similar
to his (who needs it?), but on second thought, it seems so simple to leave
the hooks in there for *any* presentation method that we'd be silly not to
design with this in mind.

> I think this could be handled by creating an explicit beans layer,
> with iterators (cursors) supporting lazy loads, and then swing,
> JSP, and whatever just use that layer as much as possible.

I agree with Bear- essentially, if we work carefully in a MVC framework,
then the "V" could be swing, jsp, velocity, etc... I'd suggest building the
swing version first, but with good design we won't be limited to that in the
long run- it will be a foundation that others can build on if they want a
different View.

-Nick


pgsql-jdbc by date:

Previous
From: Sam Varshavchik
Date:
Subject: Re: Newbie question - Applet works only in appletviewer
Next
From: Jeremy Buchmann
Date:
Subject: Re: Java GUI development