On Mon, Dec 15, 2008 at 6:29 AM, <[email protected]> wrote: > Can anybody explain this in more detail? > > Which parts of Shindig has to be installed in the web app to call the gadget > rendering, when Shindig runs in a different domain then the web app?
There are two relevant domains, the container domain and the gadget domain. The container domain is the page users visit/bookmark/etc. This is where your main web app is hosted. Gadgets should never serve any content on the container domain. Shindig should be running on a separate gadget isolation domain. Some containers use locked-domains to further isolate gadgets from each other.

