with RequestBuilder can you only contact the server that the
application is on... but since you are using json as data interchange
format
you can use the json padding technique and can contact any server :D

http://code.google.com/webtoolkit/articles/using_gwt_for_json_mashups.html

On Oct 9, 10:37 am, Gasparoff <gaspa...@gmail.com> wrote:
> Hi guys,
>
> I just started playing with GWT (found it very nice :),
> so yes, my questions may be nooby, sorry for that ;)
>
> After some tutorials I wanted to create simple app
> that will retrieve json data (i thought about twitter api -
> because it gives nice responses in many formats)
>
> So basically i would like to make call to Twitter API,
> and display obtained data (json).
>
> I thought about gwt httpclient request, but havent found
> mauch useful examples of getting url with it.
>
> Can you please suggest me any nice tutorials about that,
> or write some code? It would be incredibly helpful.
>
> thanks in advance
> 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 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