In context of wave: Google Wave (wave.google.com) is the container server. When it embeds gadgets, it uses another gadget server (gmodules.com). That gadget server proxies the XML and converts it into HTML. It also proxies any requests through gadgets.io.makeRequest() or gadgets.io.getProxyUrl().
Wave supports the standard gadgets.* API methods (http://code.google.com/apis/gadgets/docs/reference/). For gadgets.io.makeRequest, we support requests for external data, but not social data from the container. - pamela On Mon, Feb 8, 2010 at 2:08 PM, qMax <[email protected]> wrote: > Thanks for slides. > > But need more clarifications. > In context of wave - what is the wave server - gadget server, proxy or > container? > And is gagets.io.makeRequest available in wave? > What other opensocial features supported in wave? > > On 8 фев, 08:21, "pamela (Google Employee)" <[email protected]> > wrote: >> The XML goes through the gadget proxy. That is true for all gadget >> containers. See slide 18 >> here:http://www.slideshare.net/wuzziwug/opensocial-intro-presentation >> >> Most gadget containers also provide methods of sending other content >> through the proxy, for caching purposes. >> All io.makeRequests call also go through proxy. >> >> - pamela >> >> >> >> On Mon, Feb 8, 2010 at 1:08 PM, qMax <[email protected]> wrote: >> > I thought that all gadget stuff is requested directly from end-user >> > browser, isn't it? >> >> > On 31 янв, 17:09, "pamela (Google Employee)" <[email protected]> >> > wrote: >> >> This section talks about the gadget being publicly >> >> visible:http://code.google.com/apis/wave/extensions/gadgets/guide.html#hello >> >> >> The actual XML is fetched through the gadgets proxy. Anything else >> >> referenced in the gadget should be fetched by the browser, same as a >> >> normal webpage. >> >> >> If you want to share your gadget with the world one day, every aspect >> >> will need to be public (same as a webpage). >> >> >> - pamela >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "Google Wave API" 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 >> > athttp://groups.google.com/group/google-wave-api?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google Wave API" 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-wave-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Wave API" 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-wave-api?hl=en.
