--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Unf. not a whole lot. Easiest might be to:
UI - Your server - XML API
Between the UI and your server you can use a variety of protocols. From your server, then consume the API you need and expose it to the client.
Regards,
Alfredo
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/VSJJiQgt088J.
See http://saltybeagle.com/2009/09/cross-origin-resource-sharing-demo/
If you need to support IE8/9 then you will have to add a few lines of
JSNI to provide M/S XDR support.
CORS is unbelievably easy to implement at the server end, because all
you have to do is add one or two extra headers to the output.
This assumes that you have some control over the server, or can get the
server's owners to make a small change. If they are serving to a public
community, its a change that they should make, IMHO, because the wide
scale deployment of CORS would solve many problems with SOP, which,
after all, is why it was invented!
HTH
Alan
> --
> You received this message because you are subscribed to the Google
> Groups "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/ot35lBGqwy4J.