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 re...@apache.org on 2001/01/18 02:21:49 UTC

cvs commit: jakarta-slide/src/doc changelog.xml domain.xml faq.xml howto-tomcat.xml installation.xml news.xml release.xml

remm        01/01/17 17:21:49

  Modified:    src/doc  changelog.xml domain.xml faq.xml howto-tomcat.xml
                        installation.xml news.xml release.xml
  Log:
  - Doc and status updates.
  - Updated other parts of the documentation about JTA requirements / features.
  - Publicize upcoming milestone 6 release date.
  
  Revision  Changes    Path
  1.19      +5 -1      jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- changelog.xml	2001/01/12 18:10:21	1.18
  +++ changelog.xml	2001/01/18 01:21:47	1.19
  @@ -67,9 +67,13 @@
             Automatic enlistment of Services in the active transaction (RM)
           </add>
           <scode>
  -          API changes in ContextStore, which will now use 
  +          API changes in ContentStore, which will now use 
             NodeRevisionDescriptor objects instead of NodeRevisionNumber (JP)
           </scode>
  +        <update>
  +          The WebDAV servlet now uses transaction demarcation between each
  +          DAV request (JP, RM)
  +        </update>
         </changelog>
   
       </p>
  
  
  
  1.5       +10 -3     jakarta-slide/src/doc/domain.xml
  
  Index: domain.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/domain.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- domain.xml	2000/07/20 00:10:22	1.4
  +++ domain.xml	2001/01/18 01:21:47	1.5
  @@ -94,7 +94,7 @@
       <p>
         The <tt>NamespaceAccessToken</tt> is a wrapper object which is used to 
         completely hide the real Namespace object reference from the client 
  -      application.  It is used by Slide to authenticate and control every 
  +      application. It is used by Slide to authenticate and control every 
         operations on the Namespace object.
       </p>
       
  @@ -107,10 +107,17 @@
       </p>
       
       <p>
  -      A <tt>CredentialsToken</tt> is retrieved from the servlet container, 
  +      The NamespaceAccessToken object implements the <tt>UserTransaction</tt>
  +      interface (see the Java Transaction API documentation for more details)
  +      to allow the client to control transaction demarcation.
  +    </p>
  +    
  +    <p>
  +      A <tt>SlideToken</tt> is retrieved from the servlet container, 
         and is given as the first parameter of every helper function. It is 
         used by the helper functions to identify the current security 
  -      <tt>Principal</tt> and/or its credentials. 
  +      <tt>Principal</tt> and/or its credentials. It also is used to store
  +      information about the user transaction state.
       </p>
       
       <p>
  
  
  
  1.7       +1 -0      jakarta-slide/src/doc/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/faq.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- faq.xml	2000/12/05 05:21:49	1.6
  +++ faq.xml	2001/01/18 01:21:47	1.7
  @@ -20,6 +20,7 @@
           <li>Jakarta Ant</li>
           <li><a href="http://java.sun.com/xml/">JAXP</a></li>
           <li>Sun Servlet 2.2 API</li>
  +        <li>Sun Java Transaction API</li>
         </ul>
       </p>
       
  
  
  
  1.6       +1 -1      jakarta-slide/src/doc/howto-tomcat.xml
  
  Index: howto-tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/howto-tomcat.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- howto-tomcat.xml	2000/12/28 11:47:29	1.5
  +++ howto-tomcat.xml	2001/01/18 01:21:48	1.6
  @@ -37,7 +37,7 @@
     <section title="Tomcat 4.x">
       
       <p>
  -      Slide has been successfully tested with Tomcat 4.0.
  +      Slide has been successfully tested with Tomcat 4.0 and 4.1.
       </p>
       
     </section>
  
  
  
  1.5       +48 -46    jakarta-slide/src/doc/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/installation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- installation.xml	2001/01/10 18:52:26	1.4
  +++ installation.xml	2001/01/18 01:21:48	1.5
  @@ -6,52 +6,54 @@
       
     <title>Installation</title>
     
  -    <section title="Dependencies">
  -
  -      <p>
  -        Slide has dependencies to some external function libraries. Some of
  -        these dependencies are both compile-time and runtime dependencies, 
  -        while some are only runtime dependencies. Some build options also 
  -        require additional external libraries.
  -      </p>
  -
  -        <p>
  -          Slide depends on the following software libraries at build time :
  -          <ul>
  -            <li>Jakarta Ant 1.2</li>
  -            <li>Sun JAXP 1.1</li>
  -            <li>Sun Servlet API 2.2</li>
  -            <li>Sun Java Transaction API 1.0</li>
  -          </ul>
  -        </p>
  -  
  -        <p>
  -          Slide depends on the following software libraries at run time :
  -          <ul>
  -            <li>Sun JAXP 1.1</li>
  -            <li>A JAXP-compliant XML parser</li>
  -            <li>Sun Servlet API 2.2</li>
  -            <li>Sun Java Transaction API 1.0</li>
  -          </ul>
  -        </p>
  -  
  -        <p>
  -          Slide can be managed at run time if it is run on top of a management
  -          framework like Apache Avalon or Sun JMX.
  -        </p>
  -
  -        <p>
  -          As said above, the requirements for the various build options can 
  -          vary. Some might require :
  -          <ul>
  -            <li>Tomcat 4.0</li>
  -            <li>Apache Avalon</li>
  -            <li>A JMX MBean server, and the JMX libraries</li>
  -          </ul>
  -        </p>
  -
  -      </section>
  -
  +  <section title="Dependencies">
  +    
  +    <p>
  +      Slide has dependencies to some external function libraries. Some of
  +      these dependencies are both compile-time and runtime dependencies, 
  +      while some are only runtime dependencies. Some build options also 
  +      require additional external libraries.
  +    </p>
  +    
  +    <p>
  +      Slide depends on the following software libraries at build time :
  +      <ul>
  +        <li>Jakarta Ant 1.2</li>
  +        <li>Sun JAXP 1.0 (JAXP 1.1ea2 recommended)</li>
  +        <li>Sun Servlet API 2.2</li>
  +        <li>Sun Java Transaction API 1.0</li>
  +      </ul>
  +    </p>
  +    
  +    <p>
  +      Slide depends on the following software libraries at run time :
  +      <ul>
  +        <li>Sun JAXP 1.0 (JAXP 1.1ea2 recommended)</li>
  +        <li>A JAXP-compliant XML parser (DOM level 2 support recommended)</li>
  +        <li>Sun Servlet API 2.2</li>
  +        <li>Sun Java Transaction API 1.0</li>
  +      </ul>
  +    </p>
  +    
  +    <p>
  +      Slide can be managed at run time if it is run on top of a management
  +      framework like Apache Avalon or Sun JMX.
  +    </p>
  +    
  +    <p>
  +      As said above, the requirements for the various build options can 
  +      vary. Some might require :
  +      <ul>
  +        <li>Tomcat 4.0</li>
  +        <li>Apache Avalon</li>
  +        <li>Ant optional package</li>
  +        <li>An Ant supported XSLT processor (Xalan or XSL:P)</li>
  +        <li>A JMX MBean server, and the JMX libraries</li>
  +      </ul>
  +    </p>
  +    
  +  </section>
  +    
     <section title="Slide">
       
       <p>
  
  
  
  1.11      +8 -0      jakarta-slide/src/doc/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/news.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- news.xml	2000/12/28 11:47:30	1.10
  +++ news.xml	2001/01/18 01:21:48	1.11
  @@ -6,6 +6,14 @@
       
     <title>News</title>
     
  +    <section title="01/20/2001 - Slide 1.0M6 released !">
  +
  +      <p>
  +        Get it in <a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0m6/jakarta-slide-1.0m6.zip">.zip</a> or <a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0m6/jakarta-slide-1.0m6.tar.gz">.tar.gz</a> format.
  +      </p>
  +
  +    </section>
  +
       <section title="12/15/2000 - Slide 1.0M5 released !">
   
         <p>
  
  
  
  1.7       +12 -0     jakarta-slide/src/doc/release.xml
  
  Index: release.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/release.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- release.xml	2000/12/16 07:40:10	1.6
  +++ release.xml	2001/01/18 01:21:48	1.7
  @@ -8,6 +8,18 @@
     
     <section title="Releases">
       
  +    <section title="Slide 1.0M6">
  +
  +      <p>
  +        Binaries :
  +        <ul>
  +        <li><a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0m6/jakarta-slide-1.0m6.zip">.zip format</a> (1.8M)</li>
  +        <li><a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0m6/jakarta-slide-1.0m6.tar.gz">.tar.gz format</a> (1.4M)</li>
  +        </ul>
  +      </p>
  +
  +    </section>
  +
       <section title="Slide 1.0M5">
   
         <p>