Okay, thinking about it, maybe this is a stupid idea. Since I can send
only an URL (and not a POST body) with a JSONP call, I guess, the URL
probably can't take very long strings...

On Jun 16, 9:27 pm, Chris Lercher <cl_for_mail...@gmx.net> wrote:
> Hi,
>
> would it be possible to somehow wrap a GWT-RPC in a JSONP call? I
> mean, at the end of the day, GWT-RPC also just sends a string in an
> HTTP POST message (along with some headers), so theoretically it
> should be possible to use that String as a JSON string, maybe
> alongside the headers to form a JSON object?
>
> But this little bit of wrapping should happen transparently (so that I
> can still use frameworks which rely on GWT-RPC). Is there an easy
> solution? A complex one?
>
> Thanks
> Chris

-- 
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-tool...@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