GWT and JSON error in eval – JavaScriptException: (SyntaxError): Unexpected token :
In GWT 2.x you can do a JSON-P request for CORS using JsonpRequestBuilder. That’s is really useful! But if you have a service that don’t support JSON-P or you want [...]