GWT MVP (Model View Presenter) - Link directory
By dgirard on Sunday 16 August 2009, 09:54 - GWT Article - Permalink
Biblio :
- Model View Presenter Pattern (Martin Fowler)
- Best Practices For Architecting Your GWT App (05/27/2009) (2009-05-27)
- TotT: Be an MVP of GUI Testing (2009-02-05)
- TotT: Testing GWT without GwtTestCase (2009-08-08)
Blogs and co :
Forget MVC — Use MVP…? (2009-06-03)
GWT architecture MVP/EventBus (mentioned at Google I/O) (2009-06-11)
building a gwt 1.6 application: managing events with an eventbus (2009-06-19)
gwt 1.6 mvp and testing, part 1 (2009-06-25)
gwt 1.6: mvp and testing, part 2 (2009-06-29)
MVP and GWT: Advanced GWT Components Fill Gaps (2009-07-07)
GWT and MVP (Model View Presenter) Pattern (2009-07-09)
Command Pattern, MVP, EventBus (2009-07-11)
GWT Event Bus Discussions (2009-07-21)
What’s your recommendation for architecting GWT applications? MVC, MVP or custom messaging solution? (2009-08-05)
GWT MVP example online (2009-08-12)
GWT Architecture anyone ? (2009-08-15) (this blog post has inspired this post)
Projects :
- http://code.google.com/p/mvp4g/
- http://code.google.com/p/gwt-mvp-sample/
- http://code.google.com/p/gwt-command-pattern/
- http://code.google.com/p/gwt-presenter


Comments
So many choices... when will we have a Rails clone for GWT?
All samples that I have tried out are extremely simple applications. Try to apply that code on a reasonably complex app and you will face lots of problems.
I would be glad to see those patterns applied on a bigger, complex, real-world app. I'm sure several other patterns will also appear to solve those problems.