[jr3 microkernel] New transient space implementation

2011-12-29 Thread Michael Dürig
Hi, Over at the sandbox [1] I implemented a new (AFAIK) approach for the JCR transient space. The gist of it is in the ChangeTree class [2] while some more Microkernel specific things are factored out into the TransientSpace class [3]. The key idea is to only store changes to the node hierar

Re: [jr3 microkernel] New transient space implementation

2011-12-29 Thread Stefan Guggisberg
On Thu, Dec 29, 2011 at 6:19 PM, Michael Dürig wrote: > Hi, > > Over at the sandbox [1] I implemented a new (AFAIK) approach for the JCR > transient space. The gist of it is in the ChangeTree class [2] while some > more Microkernel specific things are factored out into the TransientSpace > class [