remm        02/04/15 09:10:35

  Modified:    docs     changelog.html news.html
  Log:
  - Update changelog with Slide 1.1.
  - Add a news item on the Slide J1 BOF.
  
  Revision  Changes    Path
  1.41      +318 -3    jakarta-slide/docs/changelog.html
  
  Index: changelog.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/docs/changelog.html,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- changelog.html    13 Nov 2001 22:20:10 -0000      1.40
  +++ changelog.html    15 Apr 2002 16:10:35 -0000      1.41
  @@ -97,6 +97,9 @@
   <li>
   <a href="howto-jdbcstore.html">JDBC Stores Howto</a>
   </li>
  +<li>
  +<a href="howto-j2eestore.html">J2EE Stores Howto</a>
  +</li>
   </ul>
   <p>
   <strong>Programmer's Corner</strong>
  @@ -155,6 +158,9 @@
   <a href="clientjavadoc/index.html">WebDAV Client Javadoc</a>
   </li>
   <li>
  +<a href="jstl-taglib.html">Tag Library (JSTL)</a>
  +</li>
  +<li>
   <a href="struts-taglib.html">Tag Library (Struts)</a>
   </li>
   </ul>
  @@ -179,14 +185,32 @@
   <tr>
   <td>
   <blockquote>
  -
       
   <p>
  -
         
   <table cellspacing="2" cellpadding="2" border="0">
           
   <tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          6398 - Actions in administration web-app always operate on the 
  +          default namespace when Slide is deployed as standalone-server (CL)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Add a &lt;slide:content&gt; tag to the tag library, which can be 
  +          used to embed resource contents into generated pages (CL)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Add an implementation of the tag library based on JSTL Beta 1 (CL)
  +        </td>
  +</tr>
  +        
  +<tr>
   <td><img src="images/update.gif" class="icon" alt="update"></td><td>
             Upgrade to Tomcat 4.1 (RM)
           </td>
  @@ -206,6 +230,296 @@
             components (RM)
           </td>
   </tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Filesystem dedscriptors store (Marc Decugis)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          DataSource based JDBC store (Ashok Kumar, RM)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Preliminary support for Delta V in the client (JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Delta V test cases (JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Add WebDAV File implementation with the associated Swing file 
  +          chooser helpers (Eckard Buchner)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          5582 - JDBCContentStore.retrieveRevisionContent - not closing 
  +          connections (Chris Kimpton)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/docs.gif" class="icon" alt="docs"></td><td>
  +          Add documentation on the DataSource stores (Colin Britton)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/update.gif" class="icon" alt="update"></td><td>
  +          Performance improvements to JDBC and J2EE Store (Colin Britton)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/update.gif" class="icon" alt="update"></td><td>
  +          NotFoundExceptions and AlreadyExistsExceptions aren't considered 
  +          fatal the transaction won't be always rolledback when committed 
  +          (Colin Britton, DV)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Fix problems when handling properties which don't have a namespace 
  +          (JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/update.gif" class="icon" alt="update"></td><td>
  +          Refactor the command line client architecture using ANTLR (DV)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          5733 - getMethodData and getMethodDataAsString don't update the 
  +          resource status code (DV)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Fix bug where in the JDBC stores where the connection to the
  +          database could be lost (DV, Jason Harrop)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          "lockdiscovery" and "supportedlock" may not be modified by a
  +          PROPPATCH (JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Encode the owner URL in LOCK and PROPFIND methods (JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Fix problems initializing the J2EE store when using the Slide server
  +          (note: the fix only works with Tomcat 4.1) (RM)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          MOVE and COPY with a '+' in the URL is now possible (JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Object model for manipulating DASL's basicseach language, which will
  +          be used as the default search language in Slide (Martin Wallmer, JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Add unit tests for the basicsearch language object model 
  +          (Martin Wallmer, JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          6024 - PROPPATCH response specifies "DAV" as the namespace (Joe Mudd)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Start implementation of client support for digest authentication
  +          (Robert Owen)
  +        </td>
  +</tr>
  +      
  +</table>
  +    
  +</p>
  +  
  +</blockquote>
  +</td>
  +</tr>
  +</table>
  +
  +  
  +</blockquote>
  +</td>
  +</tr>
  +</table>
  +
  +  
  +<table width="100%" cellpadding="2" cellspacing="0" border="0">
  +<tr>
  +<td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a 
name="Slide%201.1"><strong>Slide 1.1</strong></a></font></td>
  +</tr>
  +<tr>
  +<td>
  +<blockquote>
  +
  +  
  +<table width="100%" cellpadding="2" cellspacing="0" border="0">
  +<tr>
  +<td bgcolor="#828DA6"><font face="arial,helvetica.sanserif" color="#ffffff"><a 
name="Slide%201.1.0"><strong>Slide 1.1.0</strong></a></font></td>
  +</tr>
  +<tr>
  +<td>
  +<blockquote>
  +
  +    
  +<p>
  +
  +      
  +<table cellspacing="2" cellpadding="2" border="0">
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          6398 - Actions in administration web-app always operate on the 
  +          default namespace when Slide is deployed as standalone-server (CL)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Add an implementation of the tag library based on JSTL Beta 1 (CL)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          DataSource based JDBC store (Ashok Kumar, RM)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Add WebDAV File implementation with the associated Swing file 
  +          chooser helpers (Eckard Buchner)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          5582 - JDBCContentStore.retrieveRevisionContent - not closing 
  +          connections (Chris Kimpton)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/docs.gif" class="icon" alt="docs"></td><td>
  +          Add documentation on the DataSource stores (Colin Britton)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/update.gif" class="icon" alt="update"></td><td>
  +          Performance improvements to JDBC and J2EE Store (Colin Britton)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/update.gif" class="icon" alt="update"></td><td>
  +          NotFoundExceptions and AlreadyExistsExceptions aren't considered 
  +          fatal the transaction won't be always rolledback when committed 
  +          (Colin Britton, DV)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Fix problems when handling properties which don't have a namespace 
  +          (JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          5733 - getMethodData and getMethodDataAsString don't update the 
  +          resource status code (DV)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Fix bug where in the JDBC stores where the connection to the
  +          database could be lost (DV, Jason Harrop)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          "lockdiscovery" and "supportedlock" may not be modified by a
  +          PROPPATCH (JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Encode the owner URL in LOCK and PROPFIND methods (JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Fix problems initializing the J2EE store when using the Slide server
  +          (note: the fix only works with Tomcat 4.1) (RM)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          MOVE and COPY with a '+' in the URL is now possible (JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          6024 - PROPPATCH response specifies "DAV" as the namespace (Joe Mudd)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Start implementation of client support for digest authentication
  +          (Robert Owen)
  +        </td>
  +</tr>
         
   </table>
   
  @@ -224,6 +538,7 @@
   </tr>
   </table>
   
  +
     
   <table width="100%" cellpadding="2" cellspacing="0" border="0">
   <tr>
  @@ -1909,7 +2224,7 @@
   <td colspan="2">
   <div align="center">
   <font size="-1" color="#525D76"><em>
  -        Copyright &copy; 1999-2001, Apache Software Foundation
  +        Copyright &copy; 1999-2002, Apache Software Foundation
           </em></font>
   </div>
   </td>
  
  
  
  1.42      +28 -1     jakarta-slide/docs/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/docs/news.html,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- news.html 7 Nov 2001 07:07:39 -0000       1.41
  +++ news.html 15 Apr 2002 16:10:35 -0000      1.42
  @@ -97,6 +97,9 @@
   <li>
   <a href="howto-jdbcstore.html">JDBC Stores Howto</a>
   </li>
  +<li>
  +<a href="howto-j2eestore.html">J2EE Stores Howto</a>
  +</li>
   </ul>
   <p>
   <strong>Programmer's Corner</strong>
  @@ -155,6 +158,9 @@
   <a href="clientjavadoc/index.html">WebDAV Client Javadoc</a>
   </li>
   <li>
  +<a href="jstl-taglib.html">Tag Library (JSTL)</a>
  +</li>
  +<li>
   <a href="struts-taglib.html">Tag Library (Struts)</a>
   </li>
   </ul>
  @@ -165,6 +171,27 @@
       
   <table width="100%" cellpadding="2" cellspacing="0" border="0">
   <tr>
  +<td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a 
name="04/15/2002%20-%20Slide%20@%20JavaOne%202002"><strong>04/15/2002 - Slide @ 
JavaOne 2002</strong></a></font></td>
  +</tr>
  +<tr>
  +<td>
  +<blockquote>
  +
  +      
  +<p>
  +        The slides of the BOF on Slide and WebDAV which was given at JavaOne
  +        on 03/28/2002 are now available <a href="j1-2002/webdav.ppt">here</a>.
  +      </p>
  +
  +    
  +</blockquote>
  +</td>
  +</tr>
  +</table>
  +
  +    
  +<table width="100%" cellpadding="2" cellspacing="0" border="0">
  +<tr>
   <td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a 
name="11/06/2001%20-%20Slide%201.0%20branch"><strong>11/06/2001 - Slide 1.0 
branch</strong></a></font></td>
   </tr>
   <tr>
  @@ -671,7 +698,7 @@
   <td colspan="2">
   <div align="center">
   <font size="-1" color="#525D76"><em>
  -        Copyright &copy; 1999-2001, Apache Software Foundation
  +        Copyright &copy; 1999-2002, Apache Software Foundation
           </em></font>
   </div>
   </td>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to