If you have the flexibility to use GET rather than POST over JSON, the 
JSONPRequestBuilder 
<http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/jsonp/client/JsonpRequestBuilder.html>is
 
a nice solution to SOP without any proxies. You said you were connecting to 
a 3rd party domain, so you might want to consider a more RESTful solution 
than the RPC you mentioned, since that RPC call will be bound to that 
deployment of your code (that set of .rpc files). With RPC, you'd have to 
ensure that all RPC code, on all servers, was updated for each release when 
an RPC changes.

Sincerely,
Jospeh

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/CxVpguOvd3wJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to