Skip navigation.
Home

GWT Server Library (GWT-SL) 1.0 Released!

GWT-SL 1.0
---------------------------
* Annotation support added. Thanks to John Chilton.
* Added support for Gilead's dynamic proxy mode. Thanks to Bruno Marchesson.
* GWTRPCServiceExporter now throws undeclared exceptions to the servlet container. Can be switched off.
Thanks to David Durham.

* Upgraded dependencies:
Java 1.5
GWT 1.7
Gilead 1.2.2.598
jboss-serialization 1.0.3GA
trove 2.0.5

* Removed support for SerializationException, use regular Exceptions implementing java.io.Serializable.
* Fix for #2711426 (NullPointerException during some error reporting & reloads)
* GileadRPCServiceExporter used to always create servlet sessions for the stateless proxy store.
Added new setter setCreateSessionIfNotExists which allows for disabling creation of new sessions.
* Added GileadRPCServiceExporterFactory for use with GWTHandler.
* Fixed typo in 0.1.5b changelog