You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by jo...@gmail.com on 2010/06/21 18:38:08 UTC

Support in-place feature JS updates (issue1732044)

Reviewers: dev-remailer_shindig.apache.org,

Description:
Updates FeatureResourceLoader to optionally support reloading JS
referenced by a feature on disk when the resource has changed.

The polling rate for changes is configurable, in millis. A polling
approach is used for simplicity (no need for event mechanism) and to
avoid slamming disk.

Please review this at http://codereview.appspot.com/1732044/show

Affected files:
    
java/gadgets/src/main/java/org/apache/shindig/gadgets/features/FeatureResourceLoader.java
    
java/gadgets/src/test/java/org/apache/shindig/gadgets/features/FeatureResourceLoaderTest.java