You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2012/03/15 17:20:30 UTC

[Jackrabbit Wiki] Update of "OakComponentStructure" by MichaelDürig

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The "OakComponentStructure" page has been changed by MichaelDürig:
http://wiki.apache.org/jackrabbit/OakComponentStructure?action=diff&rev1=1&rev2=2

Comment:
Add notes

  
  {{http://people.apache.org/~jukka/2012/oak-components3-medium.jpg}}
  
+ Functionality which goes into oak-jcr:
+  * Transient space: using Microkernel for write ahead
+  * Name space (re-) mapping: use prefix throughout the stack. Either rename or double dispatch on remapping
+  * copy, move, import, export
+  * UUID resolution
+ 
+ Functionality which goes below the Oak API:
+  * Tree update and access
+  * Versioning (including mechanism for import)
+  * ACL evaluation
+  * Authentication
+  * Name space map (i.e. the realisation of the map, not the process of (re-) mapping)
+  * Name and path validation
+  * Locking?
+  * UUID map
+  * UUID validation
+