GWT cross-site request without JSNI..?

2012-06-18 Thread Carsten
Hi, is it possible to do a cross-site request with very little JSNI or none at all? I am a beginner and followed this tutorial: https://developers.google.com/web-toolkit/doc/latest/tutorial/Xsite Is it possible to do the same without ever writing native JS code? Cheers, Carsten -- You

Re: GWT cross-site request without JSNI..?

2012-06-18 Thread Jens
Sure you can do the same thing with JsonpRequestBuilder (http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/jsonp/client/JsonpRequestBuilder.html). -- J. Am Montag, 18. Juni 2012 20:11:53 UTC+2 schrieb Carsten: Hi, is it possible to do a cross-site request with very

Re: GWT cross-site request without JSNI..?

2012-06-18 Thread kim young ill
is the request done by post or get ? On Mon, Jun 18, 2012 at 9:54 PM, Jens jens.nehlme...@gmail.com wrote: Sure you can do the same thing with JsonpRequestBuilder ( http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/jsonp/client/JsonpRequestBuilder.html ). -- J. Am

Re: GWT cross-site request without JSNI..?

2012-06-18 Thread Jens
is the request done by post or get ? JSONP is always a GET request. -- 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/-/8-8M9x-umF4J. To

Re: GWT cross-site request without JSNI..?

2012-06-18 Thread kim young ill
thanx On Mon, Jun 18, 2012 at 11:14 PM, Jens jens.nehlme...@gmail.com wrote: is the request done by post or get ? JSONP is always a GET request. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the