Skip to content

Release 0.5

Latest
Compare
Choose a tag to compare
@jcricket jcricket released this 30 Mar 13:31

Compiled Library against GWT 2.7.0 to get Android Library compatible with GWT 2.7.0 server code. Also made service creation more GWT-Style and
enhanced the policy finder to work with the XSI-Frame linker. Cookie issues fixed for both libraries. General library cleanup.

  • Updated Android and POJ tests for modifiable module base path
  • Updated all tests to reflect source code tests in GWT 2.7.0
  • Added Support for Java Generics to Service Creation (IE No more casting the service)
  • GWT Style Service creation methods SyncProxy.create and SyncProxy.createSync
    1. old newProxyInstance methods have been deprecated
    2. old non-ProxySetting constructors in RemoteServiceInvocationHandler have been deprecated
    3. provided HasProxySettings interface to specify details for a created service and a concrete implementation option
  • Fixed Issue 27 and Issue 29 - POTENTIALLY BREAKING - Many of the old newProxyInstance methods had printStackTrace for exceptions. These have been converted to RuntimeExceptions for handling to remove exception output to an uncontrolled console. It is recommended to change over to the new #create methods.
  • Fixed Issue 38 with updates to RpcPolicyFinder
  • Fixed Issue 35 (merged with Issue 42 and Issue 43) Support for XS-IFrame linker, which is default as of GWT 2.7
  • Fixed Issue 41 SafeHtml, SafeHtmlString, SafeHtmlBuilder, SafeHtmlUtils available on Android client-side. See [[Common Issues]] wiki for details on a small modification that had to be made
  • Added in Gwt RegExp classes (Java Pattern emulation style, not the JS Super-source)
  • Fixed Issue 36/Issue 15 - Patch applied for handling server-only fields serialized into the response stream
  • Resolved stale Issue 16
  • Fixed Issue 21/Issue 30 - Cookies and Multiple sessions are now functional and tested in both the POJ and Android libraries.