You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Trevor Mack (JIRA)" <ji...@apache.org> on 2013/01/22 19:00:17 UTC

[jira] [Created] (RAVE-877) Dynamic Features Included in ContainerJS

Trevor Mack created RAVE-877:
--------------------------------

             Summary: Dynamic Features Included in ContainerJS
                 Key: RAVE-877
                 URL: https://issues.apache.org/jira/browse/RAVE-877
             Project: Rave
          Issue Type: New Feature
          Components: rave-opensocial-provider
            Reporter: Trevor Mack
            Priority: Minor


The template for the default container.js to be concatenated by Shindig doesn't include the ability to include additional features if needed/wanted.

<code>
private static final java.lang.String SCRIPT_TEMPLATE = "<script src=\"%1$s://%2$s%3$s/js/container:pubsub-2:open-views.js?c=1&amp;container=default&amp;debug=%4$s\"></script>";
</code>

Proposed change is to allow the features "container:pubsub-2:open-views" in the case above to be driven by a properties file so at startup these features would be included in the requested shindig javascript sources for use within the container JS files for first and third party development.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira