On Thu, Feb 11, 2010 at 12:54, Thomas Müller <[email protected]> wrote: > After moving the SNS support, it would be something like this: > > 1) API layer (JCR API, SPI API) > 2) SNS support code, which knows about SNS, and maps SNS node names > to/from internal node names > 3) Jackrabbit core, doesn't know anything about SNS (node names must > be unique, "[" and "]" are supported within node names) > > My hope is that this would simplify the core, because it doesn't have > to deal with SNS at all. Disadvantage: there is a risk that certain > things would get a bit slower if SNS are actually used (specially if > there are lots of SNS).
Sounds like a good idea to me, under the assumption that SNS are not so important (because they are not a very good content model concept) and thus preferring implementation simplicity over SNS performance. Regards, Alex -- Alexander Klimetschek [email protected]
