dev  

Re: Moving repository classloader code to Sling

Felix Meschberger
Wed, 27 Jan 2010 22:39:04 -0800

Hi,

On 27.01.2010 20:56, Grégory Joseph wrote:
> 
> On Jan 27, 2010, at 8:50 PM, Grégory Joseph wrote:
>> I'd <assume> it is/could/should be independent of Jackrabbit, i.e rely on 
>> the JCR API alone.
> 
> A quick grep -hr import *|sort|uniq in the source shows that indeed it does 
> not rely on anything else than java. and javax. packages, with the exception 
> of JackrabbitNodeTypeManager, which I'm assuming, again, should be fairly 
> trivial to overcome by upgrading to the JCR 2.0 APIs.

That is correct and has always been the goal of the class loader. This
is what an API is for, right ? ;-)

Regards
Felix