Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification.
The following page has been changed by AndreasHartmann: http://wiki.apache.org/lenya/JcrContentModel ------------------------------------------------------------------------------ - == Best Practises for Content Models == * Simple @@ -38, +37 @@ Advantages: * Physically separated nodes with same UUID possible ("corresponding nodes" concept) + * Separated, independent + * Self-contained Issues: @@ -45, +46 @@ * either nodes must be kept in a flat structure (no hierarchy) * or nodes and properties must be copied manually * Changing the site structure requires to remove the involved nodes from all non-authoring areas (like now) + * Copying access control definitions? + === Separated Areas in a Single Workspace === + + Advantages: + + * Simple access + + Issues: + + * Copying access control definitions required + * Different UUIDs: + * Either rewrite links + * Or don't use JCR UUIDs but custom String properties for UUIDs + + === Separated Areas in a Single Node === + + Advantages: + + Issues: + + * Areas not self-contained + + == Translations == + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
