You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Zhenhua Guo <je...@gmail.com> on 2010/10/05 03:35:48 UTC

gadget-to-gadget communication

It seems that shindig 2.0 implements OpenSocial 1.0.
For rpc feature described on page
http://opensocial-resources.googlecode.com/svn/spec/1.0/Core-Gadget.xml#gadgets.rpc,
it says
    "Provides operations for making remote procedure calls for
gadget-to-container, container-to-gadget, and gadget-to-gadget
communication."
I wonder whether "<static> gadgets.rpc.call(targetId, serviceName,
callback, var_args)" can be used for inter-gadget communication. In my
impression, old versions of shindig only supported communication
between gadgets and gadget container. Inter-gadget communication was
not directly supported. It that supported in shindig 2.0? Based on my
reading of source code, it is still not supported.

Thanks!

Gerald

Re: gadget-to-gadget communication

Posted by Mark D Weitzel <we...@us.ibm.com>.
Gerald,

The code in Shindig in the extras directory matches what will be in 
OpenSocial 1.1. The link below is the draft of the spec that we are 
scheduled to approve early November.
http://groups.google.com/group/opensocial-and-gadgets-spec/browse_thread/thread/bc82f9c28dc34403/1fbdfaebd0263260?show_docid=1fbdfaebd0263260

-Mark W.




From:
Zhenhua Guo <je...@gmail.com>
To:
dev@shindig.apache.org
Date:
10/04/2010 09:38 PM
Subject:
gadget-to-gadget communication



It seems that shindig 2.0 implements OpenSocial 1.0.
For rpc feature described on page
http://opensocial-resources.googlecode.com/svn/spec/1.0/Core-Gadget.xml#gadgets.rpc
,
it says
    "Provides operations for making remote procedure calls for
gadget-to-container, container-to-gadget, and gadget-to-gadget
communication."
I wonder whether "<static> gadgets.rpc.call(targetId, serviceName,
callback, var_args)" can be used for inter-gadget communication. In my
impression, old versions of shindig only supported communication
between gadgets and gadget container. Inter-gadget communication was
not directly supported. It that supported in shindig 2.0? Based on my
reading of source code, it is still not supported.

Thanks!

Gerald