Hi, Am Mittwoch, den 05.12.2007, 16:11 +0100 schrieb Marcel Reutegger: > what's the reason to split the node type name into two path segments? please > keep in mind that the prefix is not stable and may be changed.
To get some kind of structure into the repository for script organization. Otherwise the top level script directory would be cluttered with node type names just like the /jcr:system/jcr:nodeTypes node in Jackrabbit. Yes, the prefix is not stable - which has its pros and cons. But from an application point of view (which is what we have in case of using script paths), these prefixes should stay stable - Building an application adapting to prefix changes is close to impossible - of course we could use the uri as the path element instead of prefix - but I am sure, this is not very user friendly ... Regards Felix
