Hi AnaLena, As mentioned in the SOP article, you won't be able to make calls to a server on another domain because of the browser security policies in place. However, there are techniques that allow to workaround this limitation and create "mashups" that use services in a cross-domain fashion to put that data together in your application. There is a great article written on the subject by Dan Morrill on the GWT articles page, you can read up on techniques you can use there (for example, JSONP).
Using GWT for JSON Mashups: http://code.google.com/webtoolkit/articles/using_gwt_for_json_mashups.html Hope that helps, -Sumit Chandel On Sun, Apr 19, 2009 at 11:03 PM, Salvador Diaz <[email protected]>wrote: > > Unfortunately, you're limited by the same origin policy: > https://developer.mozilla.org/En/Same_origin_policy_for_JavaScript > > There are techniques to bypass it though but if you have a server > backend, your best bet is to make the calls to the other server there. > > Cheers, > > Salvador > > On Apr 20, 7:53 am, AnaLena <[email protected]> wrote: > > Sorry for the newbie question. After a lot of searching I finally got > > sent in the right direction. I assume RequestBuilder is what I want? > http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/g... > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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 -~----------~----~----~----~------~----~------~--~---
