Hi,
I know its a Gregg Bolinger topic, but as we have Java-gui-book author here, I might ask this question again.
I have much more problems with developing gui-clients than putting together some dhtml pages connected by some flow organized through some kind of a servlet-controller (be it with framework like
struts or webworks2 or not).
My gui clients allways end up in some messy bloated collection of business calls, gui-widgeds definition, layout-management things, some thread-management stuff and even some state-holding variables. This is difficult to understand next day.
O.k. I factor business logic to business objects. I do allready know and use observer
pattern.
But there must be a better way. Rob, you know some book, website or even open-Source project, which you consider as a good example for inteligent separation of concerns in a gui app?
regards Axel
[ July 08, 2004: Message edited by: Axel Janssen ]