BTW, here's my own opinion:
Andreas Hartmann wrote:
2) We should introduce UUIDs in a straightforward manner: - sitetree references documents using UUIDs - the persistence layer knows only about UUIDs - the default persistence impl. uses UUID+language as filename - links are resolved when a page is rendered
+1 whereas UUID should be replaced with UNID (see below). > ----
Another issue: UUIDs vs. UNIDs Do you prefer a) UUIDs (http://en.wikipedia.org/wiki/UUID) b) Lenya-specific UNIDs which might be human-readable
+1 I'd like something human-readable (like in a Wiki) here. Note that this identifier is not related to the URL space. The human-readable UNID would have the advantage that documents can be deleted, archived, restored etc. independent from the URL space and can be identified later on. Example: The URL /home/news is mapped to the document with the UNID NewsOverview (language "en") which might be stored by the file-system storage in the file /content/authoring/NewsOverview_en or by the JCR-based storage in the node /content/NewsOverview -- Andreas -- Andreas Hartmann Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com http://lenya.apache.org [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
