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

------------------------------------------------------------------------------
  
  === Shared UUID ===
  
+ Advantages:
+ 
+  * Referencing a node without specifying the language is possible (e.g., 
fallback to the default language if a translation doesn't exist)
+ 
  Issues:
   
   * JCR allows only one node with a particular UUID
    * Either use a referenceable language-independent node
    * Or don't use JCR UUIDs for references, but custom String-value properties
-  * With JCR UUIDs and a common referenceable parent node, structures like 
/en/welcome, /de/willkommen are not possible (would require separating the 
content hierarchy from the URI schema)
+  * With JCR UUIDs and a common referenceable parent node, structures like 
/en/welcome, /de/willkommen are not possible (would require separating the 
content hierarchy from the URI structure)
  
+ === Non-Shared UUID ===
+ 
+ Advantages:
+ 
+  * JCR UUIDs could be used
+  * Arbitrary content hierarchies / URI structures
+ 
+ Issues:
+ 
+  * References can only point to a particular translation
+  * Relations between translations of a particular document have to be 
maintained
+   * Multi-value reference property
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to