[gwt-contrib] Re: Emulate System.getProperty(key, default) by always returning the (issue1654803)

2012-03-05 Thread cromwellian
LGTM http://gwt-code-reviews.appspot.com/1654803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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, Is th

[gwt-contrib] Emulate System.getProperty(key, default) by always returning the (issue1654803)

2012-03-05 Thread jasonmheim
Reviewers: cromwellian, Description: Emulate System.getProperty(key, default) by always returning the default. This method is commonly used by parsers for establishing the newline character, so including this makes it possible to port such code to GWT. Please review this at http://gwt-code-revi

[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 intera

[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://