[
https://issues.apache.org/jira/browse/SHINDIG-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778576#action_12778576
]
Paul Lindner commented on SHINDIG-1227:
---------------------------------------
I wonder if it would be useful to generate two script tags?
One for the externed libs from the libs= param and one for the remainder.
forced libs would then be a common set of libraries that all apps share and the
rest would be cached per app.
> Allow JavaScript features required by a gadget to be externalized on demand
> ---------------------------------------------------------------------------
>
> Key: SHINDIG-1227
> URL: https://issues.apache.org/jira/browse/SHINDIG-1227
> Project: Shindig
> Issue Type: New Feature
> Components: Java
> Reporter: chirag shah
> Attachments: SHINDIG-1227.patch.diff
>
>
> This patch introduces a configuration parameter in the properties file
> "shindig.gadget-rewrite.externalize-feature-libs"
> When this parameter is set to true, RenderingGadgetRewriter will gather all
> features requested by the gadget and simply add them to the set of extern
> libraries. As a result, the browser will see <script
> src='http://shindig-host/gadgets/js/feature1:feature:2:feature3'><script> and
> get the features specified in the path.
> When this parameter is set to false (the default), RenderingGadgetRewriter
> will do what it normally does. Inline features requested by the gadget.
> The benefit of setting externalize-feature-libs to true is that browsers can
> cache features requested by the gadget.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.