For rich-client apps, such as with Swing and GWT, I would suggest something akin to the observer pattern, as Ben mentioned, rather than a traditional MVC framework. MVC frameworks work best with "page- based" applications, such as with a form submission and response page. For "component-based" applications (i.e; with menu-items, interactive buttons, etc..), there are, unfortunately, few frameworks out there to guide you and organize your work.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
