You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Randy Hudson (JIRA)" <ji...@apache.org> on 2009/09/22 18:58:16 UTC

[jira] Created: (SHINDIG-1176) Shindig-specific feature implementation shouldn't extend OpenSocial namespaces

Shindig-specific feature implementation shouldn't extend OpenSocial namespaces
------------------------------------------------------------------------------

                 Key: SHINDIG-1176
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1176
             Project: Shindig
          Issue Type: Bug
          Components: Javascript 
            Reporter: Randy Hudson


The OpenSocial spec defines the javascript API for the namespaces "opensocial.*", "gadgets.*", and "osapi.*".  Any additional API needed by shindig's implementation of features should be in a namespace owned by shindig.  This would help to avoid future API collisions and reduce confusion caused by such namespace pollution for anyone trying to adopting and improve shindig.

For example, 'gadgets.rpc.setRelayUrl" is not defined anywhere in the spec.  A better name for this function might be "shindig.rpc.setRelayUrl", to make it clear that this method only exists in shindig.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.