I have the following hierarchy to take care of, I am not sure that if I blindly use the JCR APIs to create this structure the resulting datamodel will be effecient, as my hierarchy is deep as well as wide. Please provide your thoughts, feedback and options avilalable for me to address this Issue.
-Root Node ----Departments (Node)* ------ Department Description Document (Property) ------ Department Motto Description (Property) ------ Department Location (Property) ------ Sub Departments (Node)* (Has the same structure of Department) ------ Events (node)* ------------- Events Name and Description (Property) ------ Projects (Node)* ------------- Project Descirption Document (Property) ------------- Project Planning Document (Property) ------------- Project etc etc Documents (Property) ------------- Team ( Node)* ------------------------Team Name and Description (Property) ------------------------Team Location (Property) ------------------------Team Active Hours (Property) ------------------------ Events (Node)* -------------------------------- Events Name and Description (Property) TIA, Nas.
