catch the request at your server code (either servlets or rpc-impl, make httpurlconnection to remote host & post the params with it. get result & write back to your client
On Tue, Jul 17, 2012 at 11:06 AM, Deepak Singh <[email protected]>wrote: > So how can i create such GWT 'Proxy' ? > > > On Tue, Jul 17, 2012 at 3:25 AM, Jens <[email protected]> wrote: > >> Creating a GWT "proxy" service that is accessible under your domain is >> probably the best you can do. So you would post to your own server and then >> make a call from your server JVM to the 3rd party server. >> >> -- J. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-web-toolkit/-/xEUdXRO3TsoJ. >> >> 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. >> > > > > -- > Deepak Singh > > -- > 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. > -- 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.
