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-container/) 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.
