There are examples around that are coppied directly from a book, I believe it was "GWT in Action". If you are using GWT 2.0+ a JSONP API was added...
http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/jsonp/client/JsonpRequestBuilder.html On Jul 21, 6:15 am, cokol <[email protected]> wrote: > hi, please see documentnation on RequestBuilder class, there is a good > sample > > On 20 Jul., 20:20, bhargava <[email protected]> wrote: > > > Hi all, > > > I need to send a string from my gwt platform on glassfish to a website > > running(using php) on apache server. > > > I know that i need to use JSONP . > > > Is there any tutorial which can provide me a good idea on how to use > > json in gwt to send a string variable to another server? > > > Thank you -- 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.
