On Thursday 15 October 2015 03:21:45 Roy Teeuwen wrote: > Hey Oliver, > > Thanks! Looks exactly what I need :). > > What would be the added benefit of using sling launchpad karaf instead of > using the provisioning model?
well, as I'm the author and maintainer the answer is somewhat biased: Karaf is a "standard" OSGi launcher/container with lots of additional features. You can easily deploy other applications besides Sling. As you can see, Sling's "features" are already broken down to Karaf Features. So installing a feature (e.g. Sling Models) is easy like that: karaf@root()> feature:install sling-extension-models But beware, there might be some edges as the transition from Jackrabbit to Oak is still in progress (you can pick an older version of feature.xml from SVN/Git and use Jackrabbit of course). Regards, O. https://github.com/apache/sling/tree/trunk/contrib/launchpad/karaf https://github.com/apache/sling/tree/trunk/samples/fling > > Greetings, > Roy
