-
Notifications
You must be signed in to change notification settings - Fork 0
Architecture
bartoszWesolowski edited this page Apr 5, 2020
·
5 revisions

- Standard API to access data (separate from underlying implementation)
- Hierarchical Database that looks like a file system, Data represented in Tree structure
- Supports mechanisms like querying, full text search, permissions, transactions, versioning, event management and more
- Supports structured and unstructured content
- One of the implementation: Apache Jackrabbit Oak
- Supports file system features like: hierarchy, locking, access control, binaries
JCR visualized in CRX:

Example properties:
-
jcr:primaryType- basic information about the node, determine some required properties that a node have -
jcr:mixinTypes- additional property that extend functionality of primary type, similar to interface in java