You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2010/05/27 10:45:38 UTC

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

    [ https://issues.apache.org/jira/browse/SHINDIG-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872144#action_12872144 ] 

Paul Lindner commented on SHINDIG-1176:
---------------------------------------

We've been slowly moving all shindig related code to shindig.*  would love to have patches that help us finish the job.  Thanks!


> 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.