Hi Marius, I guess directly supporting RESTful/Soap does not make much sense because of SOP and other security topics.
At this time I would recommend always to use GWT-RPC to communicate. >From the server SOP does not apply and you can access any webservice you like. Stefan Bachert http://gwtworld.de On 9 Jul., 11:39, "marius.andreiana" <[email protected]> wrote: > Hi, > > A lot of web APIs use REST nowadays. GWT seems really well suited to > build mashups/UIs on top of REST web services. > > However, it's not that easy to work with REST from GWT (see > alsohttp://groups.google.com/group/google-web-toolkit/browse_thread/threa... > ) > > There are two projects tackling this: > * Restlethttp://blog.noelios.com/2008/07/25/restlet-ported-to-gwt/ > * > SmartGWT'shttp://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/docs/... > (it provides DataSources, then makes it easy to have REST DataSources, > both read/write) > > Are there any plans to improve out-of-the-box GWT to work with REST, > so no additional libraries are needed? Is there a wish list to submit > this request? > > Thanks -- 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.
