Chad Lung

This is the third tutorial in my series that takes the GWT Getting Started Tutorial and modifies it for Instantiations GWT Designer.  With this tutorial I'll focus on getting cross site JSON from a simulated third party server which will be hosted locally but powered by the same Python web server the GWT tutorial uses.  We start with a very quick look at introducing JSON for those that might not have seen it before.  Then we'll look into the SOP - Same Origin Policy issue that comes up with cross sites calls and work around it by using JSNI.  This tutorial assumes you have read the first two tutorials in this series before proceeding with this one.

Tutorial: Get cross-site JSON via HTTP with GWT and the GWT Designer by Instantiations

image