]
Brett Meyer updated ARTIF-227:
------------------------------
Parent: (was: ARTIF-645)
Issue Type: Feature Request (was: Sub-task)
Allow derivers to define and use custom node types
--------------------------------------------------
Key: ARTIF-227
URL:
https://issues.jboss.org/browse/ARTIF-227
Project: Artificer
Issue Type: Feature Request
Reporter: Randall Hauch
Assignee: Brett Meyer
Presently, any content produced by a deriver is stored in the JCR repository with
S-RAMP-defined node types, and it is not possible for a deriver to use custom or
domain-specific node types or mixins.
This enhancement would allow derivers to define such domain-specific node types and/or
mixins, and to produce content that uses these node types. This would allow directly
querying the underlying JCR repository using JCR-SQL (which is based very much on using
specific node types and mixins).
Granted, it may be very difficult to abstract the JCR-ness of the custom node types,
especially during content creation.