I have built a sample application built on GWT and GWT-Platform for any interested parties looking for real-world examples of usage (beyond the usual "Hello World" or "Contacts Database").
The application is a mapping app that integrates the Google Maps API v3 and GWT. Some of the GWT/GWTP features I've used include: - GWT: - UIBinder - Events - JSNI (had to talk to the Google Maps API directly, the existing plugin was way too limited) - Custom Field Serializers (to get around Hibernate's PersistantCollection implementations, which aren't serializable) - GWT-Platform - HEAVY use of the dispatch module, plenty of Action/Result/Handler combos - Views, PresenterWidgets, UiHandlers galore... Setup and usage information is in the Github wiki: https://github.com/dartmanx/mapmaker/wiki Current version is 0.5.2 and can be checked out via: https://github.com/dartmanx/mapmaker/tree/0.5.2 Code reviews are welcome. -- 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.
