I've just found what I was looking for here : http://www.techhui.com/profiles/blogs/simpler-and-speedier-gwt-with
Maybe this could be added to the official documentation as an alternative to JSON and Overlay Types ? http://code.google.com/intl/fr-FR/webtoolkit/articles/dynamic_host_page.html On 30 déc, 12:23, nicolas de loof <[email protected]> wrote: > 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
