Hello there,

I've partly rewritten the Mail sample that comes with GWT to the MVP
architecture as suggested by Ray Ryan and the Contacts MVP example.
The example uses UIBinder, Google Gin for client-side DI and gwt-
dispatch for Command pattern communication with the server. There are
also some notes on how to roll your own Command pattern solution but I
happen to like gwt-dispatch.

The code, along with a description, can be browsed at
http://wiki.github.com/hsm/mail-mvp/a-somewhat-final-mvp-example . It
can be built as well, but only if you use Maven. I'll make an Ant
script if anyone wants one.

I'm very new to GWT. This code is sort of a first stab at working with
MVP and GWT altogether so be aware of this.

Any suggestions or comments would be appreciated. :)
-- 
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.


Reply via email to