Re: Cross site requests documentation

2010-04-22 Thread eggsy84
Hi all, I have made a quick blog post on making use of the new JsonpRequestBuilder object and object overlays. Please see: http://eggsylife.co.uk/2010/04/22/gwt-2-jsonp-and-javascript-overlays-with-jsonprequestbuilder/ On Mar 18, 10:31 am, eggsy84 wrote: > Hi GWT Team, > > I have just spotted

Cross site requests documentation

2010-03-18 Thread eggsy84
Hi GWT Team, I have just spotted the Cross site tutorial on the GWT docs. http://code.google.com/webtoolkit/doc/latest/tutorial/Xsite.html Within that document it shows a way of getting data from a remote sever using native JSONP methods. It might be worth updating the documentation to show deve