This post originated from an RSS feed registered with Java Buzz
by Scott Delap.
Original Post: GUI Design Pattern Help Group
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
GUI Design Pattern Help Group Recently there was a post on ONJava about creating a Design Pattern Study Group. They suggest going through the "Head First Design Patterns" book. I have the book and I have read it front to back and found it useful and clear.
However, the book doesn't cover GUI design patterns such as Model-View-Controller (MVC), Model-View-Presenter (MVP), or Presentation Model. These are models which can help make GUI coding easier/better for those of us actually doing that sort of work...