Making a call to more than one server

2009-04-19 Thread AnaLena

Hi, I'm just starting out with GWT and making my way through the
various tutorials on the subject.

My issue:
Can I make a call to a different server than just my native one with
the classes/language gwt provides? For example, I interact normally
with my server, but want to ask a different server for the time or
current stock values. Or even want to poll more than one server with
the methods I have written in GWT (for example to collect data for a
statistical analysis, server A has this much traffic, server B has
this much traffic).

Is that even possible in GWT or will I have to write javascript code
to make connections to multiple servers? All examples and documention
I found so far seems to assume communication with only one server.

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



Re: Making a call to more than one server

2009-04-19 Thread AnaLena

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/gwt/http/client/RequestBuilder.html
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---