You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic generation of boilerplate code via annotation processors. See the [http://code.google.com/p/gwt-platform/wiki/BoilerplateGeneration documentation] or the hplacesample for more information.
New manual reveal makes it possible to reveal pages only when the data they need has been fetched.
Dispatched actions can now be interrupted.
Major overhaul of the Presenter class hierarchy that gets rid of many problems when UnitTesting, improved naming convention.
The coding style is now clearly documented and the project uses checkstyle to enforce it.
The HasEventBus interface makes it possible to track the source of events when calling fireEvent.
Setup of a ContinuousIntegration server, and improved build process for releasing key versions and snapshots.
Other bug fixes and enhancements. See the [http://code.google.com/p/gwt-platform/issues/list?can=1&q=label:milestone-V1.0-4 complete list of closed issues], and the [PortingV1#V0.4 migration details].