Re: [gwt-contrib] Cross Domain RPC calls

2012-03-11 Thread Manuel Carrasco Moñino
, March 6, 2012, Penchalaiah M R penchala...@holidayjuggle.net wrote: Hi, Thanks for your information Thomas Broyer, I am thinking it is useful when we are developing new gwt application with cross domain rpc calls. But My application was already developed by some people. How can i change

[gwt-contrib] Cross Domain RPC calls

2012-03-05 Thread Penchalaiah M R
Hi, I am new to GWT. I want to know is there any way to easily implement cross domain rpc calls in gwt. My Problem is I have to client ui' s which contains different color scemene but both clients interact only one server. Can Some one help how to do it in GWT 2.2. Thanks. -- http

[gwt-contrib] Re: Cross Domain RPC calls

2012-03-05 Thread Thomas Broyer
On Monday, March 5, 2012 9:12:55 AM UTC+1, Penchalaiah M R wrote: Hi, I am new to GWT. I want to know is there any way to easily implement cross domain rpc calls in gwt. My Problem is I have to client ui' s which contains different color scemene but both clients interact

Re: [gwt-contrib] Re: Cross Domain RPC calls

2012-03-05 Thread Penchalaiah M R
Hi, Thanks for your information *Thomas Broyer*, I am thinking it is useful when we are developing new gwt application with cross domain rpc calls. But My application was already developed by some people. How can i change the existing rpc calls to cross domain rpc calls. Can you suggest me

[gwt-contrib] Re: Cross Domain RPC (again)

2010-03-18 Thread Sean Kinsey
If your looking for a reliable and secure cross-domain RPC implementation then maybe you should take a look at easyXDM. It supports RPC with no server-side requirements using one of several available transport stacks. . Give it a twirl, http://easyxdm.net/v2.0.0/example/methods.html, run the test

Re: Cross domain RPC

2010-02-22 Thread eggsy84
Hi Ramesh, Making this sort of request can only be done via JSONP GWT 2.0 introduces the JSONPRequestBuilder object for such a case. http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/index.html?overview-summary.html Dan Morill of Google has also wrote an article on this:

Re: Cross domain RPC

2010-02-22 Thread Paul Schwarz
XHR is more robust and more correct than JSONP, but JSONP allows for cross domain server interaction in a very convenient manner. Because of its hacky nature sometimes it's easy to get things wrong. For example, on the server side I was gzipping my service responses and IE6 was crashing! Found out

Cross domain RPC

2010-02-21 Thread ramesh chiluveri
Hai All, I added add-linker = xs/ in my .gwt.xml file to enable cross domain. My application is loading from other domains but when i make a call to server,it is failing. How can i make a server call from different domain?? Please help me Thanks Ramesh -- You received this message because

Re: Cross domain RPC

2010-02-21 Thread rjcarr
Hi Ramesh- Can you point me to the place in the docs that made you think this would be possible? As far as I know, all XHRs are restricted to the same domain that you got the page from. I know some browsers are much more lenient about this, but I would expect it to not work as you describe.

Re: [gwt-contrib] Re: Cross Domain RPC (again)

2010-01-16 Thread Piotr Jaroszyński
2010/1/14 Ray Ryan rj...@google.com: Piotr, even if the response to your work was muted the issue does come up a lot. It would be great to see this in a project on code.google.com. Would it make sense in that form? I will see how hard it would be to ship it as a standalone project. Afair the

Re: [gwt-contrib] Re: Cross Domain RPC (again)

2010-01-14 Thread Ray Ryan
Piotr, even if the response to your workhttp://blog.piotrj.org/2009/04/wndowname-hack-taken-step-further-full.htmlwas muted the issue does come up a lot. It would be great to see this in a project on code.google.com. Would it make sense in that form? --