Search code examples
gwtmvpuibinder

GWT 2.4 Updated MVP sample


I'm looking for a project sample of the latest GWT 2.4 version using MVP and UIBinder. All the samples i could find, are really old, and most of the functions and classes are deprecated.

The latest sample I found is Contacts from GWT site, that is from March 2010.

Where can I find the most relevant and updated GWT MVP + UIBinder project sample?


Solution

  • Have a look at the Expenses and MobileWebapp samples from the GWT SDK.