On Fri, May 22, 2009 at 1:32 AM, Kristian Rink <[email protected]> wrote: > (b) Use some "reference property" in order to, in a node, keep some UUID or > path or whatever telling where to find the actual content.
I'd use a (single or multivalue) string property containing the path of the reference target. Albeit this requires some extra application code (especially when the targets are deleted, can be done with observation), it is the most flexible and transparent approach (paths are more descriptive than UUIDs and self-made ids need additional interpretion by application code). Regards, Alex -- Alexander Klimetschek [email protected]
