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/08/10 14:43:10 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=13&rev2=14

Comment:
fixed link

  == Repository MicroKernel API ==
  December 2010 I started drafting an API representing the core MVCC-based persistence engine of a next-gen Jackrabbit version:
  
- [[http://svn.apache.org/repos/asf/jackrabbit/oak/trunk/oak-mk/src/main/java/org/apache/jackrabbit/mk/api/MicroKernel.java|MicroKernel.java]]
+ [[http://svn.apache.org/repos/asf/jackrabbit/oak/trunk/oak-mk-api/src/main/java/org/apache/jackrabbit/mk/api/MicroKernel.java|MicroKernel.java]]
  
  === API Design Goals ===
   * sessionless (there's no concept of sessions; an implementation doesn't need to track/manage session state)