Hi folks, I'd like my application to avoid a on-init RPC call to retrieve context data. I'd like such data to be included in the HTML host page (generated by a JSP) My first option was to encode such data in JSON and us a JavaScriptObject to overlay it and access it form my GWT code. BUT My data structure is complex and moving, so I'd prefer to use the existing GWT-RPC marshalling :
- use server-side gwt-rpc marshaller to generate the string serialized data as a javascript string - use client-side gwt-rpc unmarshaller to parse it as "native" gwt objects. I can't find a simple way to acces the unmarshaller in com.google.user.client.rpc package. Any idea ? Nicolas -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
