Hello Sling devs,

Karl and I have been working for the past weeks on a new scripting prototype 
that we've now pushed to the Whiteboard [1]. The module is an add-on that 
allows developers to deploy scripts through bundles, with the following core 
features:
standalone module that doesn't require any changes in Sling's current APIs
bundles that provide scripts are wired to this add-on and then the add-on 
registers servlets on behalf of the scripting bundles (one servlet / script)
resource types can now be versioned (they're expressed as OSGi capabilities)
resource types can have explicit dependencies to other resource types, and 
everything is controlled by the wiring provided by the OSGi framework
For the full details please check the documentation provided at [1]. We're very 
interested in your opinions about this module, since we’d like to integrate it 
into the next Sling Starter release.

Thanks,
Radu and Karl

[1] - https://github.com/apache/sling-whiteboard/tree/master/scripting-resolver 
<https://github.com/apache/sling-whiteboard/tree/master/scripting-resolver>

Reply via email to