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/06/19 10:22:52 UTC

[Jackrabbit Wiki] Trivial Update of "RepositoryMicroKernel" by stefan

Dear Wiki user,

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

The "RepositoryMicroKernel" page has been changed by stefan:
http://wiki.apache.org/jackrabbit/RepositoryMicroKernel?action=diff&rev1=11&rev2=12

Comment:
clarify 'stateless' in the context of the MK API

  [[http://svn.apache.org/repos/asf/jackrabbit/oak/trunk/oak-mk/src/main/java/org/apache/jackrabbit/mk/api/MicroKernel.java|MicroKernel.java]]
  
  === API Design Goals ===
-  * stateless
+  * sessionless (there's no concept of sessions; an implementation doesn't need to track/manage session state)
   * small set of operations
   * simple data model
   * manage huge trees of nodes and properties efficiently