On Wed, Jun 16, 2010 at 9:16 AM, alian rea <aliandre...@gmail.com> wrote:
> Hallo guys, i'm new of this group.
> I'm new developer for GWT 2.0 and SmartGWT.
> I've a problem with RequestBuilder. There are one frontend and one
> backend. The first is an java GWT application, the second is a PHP
> scripts, and they speak with JSON. Now The first application is in
> port 8888 and the backend is in port 88, in the identical domain, and
> the rule of SOP forbid the comunication, with the onsuccess method of
> Request callback. The statuscode is 0, and the getText() is "".
> How can i do?
> Help please thank you.
>
> Andrea
>
> --
> 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.
>
>

Check out JsonpRequestBuilder:
http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/jsonp/client/JsonpRequestBuilder.html

-- 
Chris Conroy
Software Engineer
Google, Atlanta

-- 
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