Re: Minimal Sling

2016-07-26 Thread Ian Boston
Hi, Related to this subject. Is it possible to run Sling with the FSRP as the root ResourceResolver at / ? Or run a root ResourceResover that did almost nothing other than allow ResourceProviders to be registered ? Best Regards Ian On 26 July 2016 at 16:30, Stefan Seifert

RE: Minimal Sling

2016-07-26 Thread Stefan Seifert
>Also related to this I had a look at the File System Resource Provider [1]. >AFAICS it works with files (binaries), but there does not seem to be a >feature that would allow to work with fine-granular content (e.g. a JSON >file). Has anyone worked on extending the FSRP by chance? i have this on

Re: Minimal Sling

2016-07-26 Thread Oliver Lietz
On Tuesday 26 July 2016 13:21:33 Michael Marth wrote: > Hi all, Hi Michael, > For educational purposes I am investigating a minimal, bare bones Sling. > It should include core OSGi bundles and the minimal necessary Sling concepts > (resource resolver), but nothing more (content repo, etc). >