Hi,

On Wed, Aug 17, 2011 at 1:37 PM, Cosmin Lehene <[email protected]> wrote:
> First I'll have to better understand what a bundle is :) (JCR newbie
> here:)). I'll try to read about it.

A bundle is the unit of data stored by a bundle persistence manager.
It contains the properties and the list of child nodes of a single JCR
node.

A bundle persistence manager is expected to be able to atomically
update not just a single bundle at a time, but an arbitrarily large
ChangeLog of created, updated and deleted bundles. This has so far
been a big problem for NoSQL-style persistence managers that only
support locking at the level of individual rows.

BR,

Jukka Zitting

Reply via email to