Hi.

Im contributing to gwtai which is an Applet-wrapper for GWT. Because
of the nature of applets it is only possible to use String as
parameters when calling methods on an applet from javascript.
Therefore im trying to reuse GWT-RPC's serialization when calling
Applet-methods from GWT.

It looks like I can use com.google.gwt.user.server.rpc.RPC on the
applet-side to decode requests and encode responses. But Im a bit lost
on the client side.

I think I may be able to hack the RequestBuilder enough to make calls
go to the applet instead of a server, but that really would be an ugly
hack. Do you have a better solution?

- Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to