V
VisionSet
I've done a struts application using MVC, fairly happy with my Model - in
that it knows nothing of the view or even struts.
Now I'm building a Swing front end to a different Model.
I can see that the GUI in this case is not as abstract (however it could be
used in other ways) as a web apps View (ie JSP). I imagine interfaces will
figure heavily, in that the View deals with data that makes sense to it in
the form of an interface type.
Anyone have any comments or resources I should look at that discuss best
design principles/patterns for linking a Swing view with a Model tier?
that it knows nothing of the view or even struts.
Now I'm building a Swing front end to a different Model.
I can see that the GUI in this case is not as abstract (however it could be
used in other ways) as a web apps View (ie JSP). I imagine interfaces will
figure heavily, in that the View deals with data that makes sense to it in
the form of an interface type.
Anyone have any comments or resources I should look at that discuss best
design principles/patterns for linking a Swing view with a Model tier?