Hi Ganesh,
You can also consider using the JSONP technique, which allows you to mash up
services from various origins in a single application. Dan Morrill wrote an
excellent article treating this subject on the GWT Articles page. I
recommend checking it out if JSONP sounds like a viable solution in your
case.

Using GWT for JSON Mashups:
http://code.google.com/webtoolkit/articles/using_gwt_for_json_mashups.html

<http://code.google.com/webtoolkit/articles/using_gwt_for_json_mashups.html>Hope
that helps,
-Sumit Chandel

On Fri, Aug 28, 2009 at 6:11 AM, Ganesh <[email protected]> wrote:

>
> Hi
>
> I am working on a GWT application. In this, what my client needs is I
> send calls to different servers on basis of request types.
>
> Suppose there are 4 request types SELECT/INSERT/UPDATE/DELETE on basis
> of operation to be performed on server. If request type is SELECT, we
> need to send request to SERVER_1 and if request type is INSERT, UPDATE
> OR DELETE, we need to send request to SERVER_2.
>
> Now my question is how to send call to 2 different servers through
> same client window.
>
> Please help....
>
> Ganesh Bansal
> >
>

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

Reply via email to