Share

GWT Widget Library

File Release Notes and Changelog

Release Name: GWT SL 1.4c

Notes:
* Updated dependencies to Spring v2.0.6
* Refactored GWTRPCServiceExporter for easier exception translation
* Refactored GWTHandler to support GWTRPCServiceExporter object factories
* Expanded documentation on exception translation and deployment FAQ
* Added support for Hibernate4GWT
* Reverted copyright notice to plain Apache License 2
* GWTHandler is no longer a FactoryBean - caused semantics mixup when requesting "urlMapping" from application context
* Added new tests
* GWTRPCServiceExporter caches now reflective method lookups for a moderate gain in speed
* Deprecated GWTRPCServiceExporter.getRequest/getResponse
* Added setter for compression logic to GWTRPCServiceExporter

Changes: Fixed example in documentation regarding hibernate4gwt