You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Hendy Irawan (JIRA)" <ji...@apache.org> on 2014/06/05 05:07:01 UTC

[jira] [Created] (WICKET-5610) Adopt IApplicationSettings.useCdnResources() from wicket-bootstrap

Hendy Irawan created WICKET-5610:
------------------------------------

             Summary: Adopt IApplicationSettings.useCdnResources() from wicket-bootstrap
                 Key: WICKET-5610
                 URL: https://issues.apache.org/jira/browse/WICKET-5610
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.15.0
            Reporter: Hendy Irawan


wicket-bootstrap has a [IBootstrapSettings.useCdnResources()|https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/bootstrap-parent-0.9.3/bootstrap-core/src/main/java/de/agilecoders/wicket/core/settings/IBootstrapSettings.java] which is a great idea.

Wicket should adopt this setting in core. And when true, Wicket JS libraries such as jQuery should use public CDN.

This setting will default to true on DEPLOYMENT, and false for DEVELOPMENT (but of course, can be set to true programmatically).

wicket-bootstrap will then can use CDN settings from wicket core.



--
This message was sent by Atlassian JIRA
(v6.2#6252)