On Tue, Jan 26, 2010 at 6:34 PM, ChadDavis <[email protected]> wrote: > I've read a lot of stuff regarding the use of unstructured and > avoiding structured node types as long as possible. I think I have a unstructured give you freedom to extend to any structure. You may put custom properties such as node_type as meta-data instead of jcr node type. Your application could aware of the meta data and display custom wizards etc.
Jcr node type is kind of database schema, once defined, it's expensive to update/upgrade. -Guo
