Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephenh/gwt-hack
a trivial example app for gwt-mpv
https://github.com/stephenh/gwt-hack
Last synced: about 1 month ago
JSON representation
a trivial example app for gwt-mpv
- Host: GitHub
- URL: https://github.com/stephenh/gwt-hack
- Owner: stephenh
- License: other
- Created: 2010-07-09T16:26:38.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-11-22T04:48:51.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T10:15:18.386Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 251 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.markdown
Awesome Lists containing this project
README
Example Tessell Application
==================================Tessell is a GWT application framework that follows a Model View Presenter architecture. The example application shows reloaded, editable
Client and Employee tables that the user can navigate between.Setup
==============* Clone the `gwt-hack` repository
* Install [IvyDE](http://ant.apache.org/ivy/ivyde/) in Eclipse
* Import the project into Eclipse
* Launch gwt-hackCapabilities of Tessell
==============* Subviews
* Length validation of fields
* One view with a delayed load
* Multiple presenters at a time
* Possible for container presenter to do eager or lazy unbinds
* Validation errors are marked
* Properties can be marked "currently changing"
* Presenter <-> View method calls
* Presenter <-> Model method calls
* Presenter <-> Presenter event bus
* Pass around presenters that can eagerly/late bind or unbind with their view
* Popping into view after async is mostly a child-only concern