You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by st...@apache.org on 2004/07/30 16:12:19 UTC

cvs commit: jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/util/uuid package.html

stefan      2004/07/30 07:12:19

  Modified:    proposals/jcrri/src/org/apache/slide/jcr/core package.html
  Added:       proposals/jcrri/src/org/apache/slide/jcr/util/uuid
                        package.html
  Log:
  jcrri
  
  Revision  Changes    Path
  1.4       +4 -4      jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/package.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- package.html	28 May 2004 18:23:46 -0000	1.3
  +++ package.html	30 Jul 2004 14:12:19 -0000	1.4
  @@ -10,7 +10,7 @@
   <li>NodeImpl
   </code></ul>
   The per-ticket instances of <code>ItemManager</code> provide access using
  -absolute paths and item caching.
  +item id's and item caching.
   <p>
   The data representation in the persistence layer is provided by the following
   classes:
  @@ -19,11 +19,11 @@
   <li>PropertyState
   <li>NodeState
   </code></ul>
  -There's only one item state instance for any distinct absolute path in the workspace.
  +There's only one item state instance for any distinct item id in the workspace.
   Multiple item instances (1 per ticket) representing the same workspace item
   (<code>Node</code> or <code>Property</code>) share the same item state instance.
   <p>
  -There's only one <code>ItemStateManager</code> instance per workspace. The
  -<code>ItemStateManager</code> provides item state caching.   
  +There's only one <code>PersistentItemStateManager</code> instance per workspace.
  +The <code>PersistentItemStateManager</code> provides item state caching.   
   
   </body>
  
  
  
  1.1                  jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/util/uuid/package.html
  
  Index: package.html
  ===================================================================
  <body>
    <p>
      <p>
        This package contains a UUID (Universally Unique Identifier) version 4
        generator implementation copied from from the
        <a href="http://jakarta.apache.org/commons/sandbox/id/">
        Jakarta Commons-Id project</a>.
      </p>
    <p>
       <b>TODO:</b> Replace with commons-id.jar as soon as official release is
       available. 
    </p>
   </p>
  </body>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org