Hi Eggsy, for the XML parsing you can take a look at http://code.google.com/p/piriti/. It's a small XML parser based on annotations and deferred binding. I wrote it as I have several GWT clients talking to RESTful applications with XML representations. Let me know if this is somewhat useful for you.
Cheers Harald On 15 Feb., 12:09, eggsy84 <[email protected]> wrote: > Hi all, > > It has been a while since I have done any GWT development (since 1.5 > release!!) so please let me know if I have missed anything. > > I currently have an application that exposes RESTful URLs for the > various actions. > > In previous versions to communicate with the URL's I would have to use > JSONP (to avoid the SOP issues) and then handle the callbacks > > (As I dicussed a while back on my blog > -http://eggsylife.co.uk/2008/10/10/gwt-and-cross-site-jsonp-in-j2ee-co...) > > With the latest versions of GWT would I still need to do this using > JSONP? Or are there any other GWT modules I can now drag in to help > with this? > > Also my server side code returns XML representations of objects (Not > JSON) are there any good methods for parsing the XML? > > Many thanks in advance, > > Eggsy -- 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.
