You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ho...@apache.org on 2002/01/15 03:13:29 UTC

cvs commit: jakarta-taglibs/standard/doc/web index.html ReleaseNotes.html GettingStarted.html

horwat      02/01/14 18:13:29

  Modified:    standard/doc/web index.html ReleaseNotes.html
                        GettingStarted.html
  Log:
  Clarify documentation to reflect the fact that the early access releases are for the 1.0 version of the product.
  
  Revision  Changes    Path
  1.7       +3 -3      jakarta-taglibs/standard/doc/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/web/index.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.html	13 Dec 2001 17:05:58 -0000	1.6
  +++ index.html	15 Jan 2002 02:13:29 -0000	1.7
  @@ -7,9 +7,9 @@
   
   <body bgcolor="#FFFFFF">
   <h1>RI for the JSP&#153; Standard Tag Library (JSTL)</h1>
  -<h2>Release: Early Access 3 (EA3)</h2>
  +<h2>Release: 1.0 Early Access 3 (EA3)</h2>
   
  -<p>Thanks for downloading the JSTL EA3 release. We hope you find the tags, documents, 
  +<p>Thanks for downloading the JSTL 1.0 EA3 release. We hope you find the tags, documents, 
     and examples here of interest. We're curious to hear your feedback on this release, 
     which represents work in progress toward a standard JSP Tag Library. Please 
     contact us at</p>
  @@ -28,7 +28,7 @@
       you get started with this release.</li>
     <li><a href="Overview.html">Overview</a>: An overview of JSTL's design philosophy 
       and current syntax.</li>
  -  <li><a href="ReleaseNotes.html">Release Notes</a>: Changes since EA1, and other 
  +  <li><a href="ReleaseNotes.html">Release Notes</a>: Changes since 1.0 EA1, and other 
       historical information.</li>
     <li>Functional descriptions: Technical guides representing the design considerations 
       and functionality of JSTL's tag set. Note that these are not formal specifications, 
  
  
  
  1.4       +8 -8      jakarta-taglibs/standard/doc/web/ReleaseNotes.html
  
  Index: ReleaseNotes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/web/ReleaseNotes.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ReleaseNotes.html	12 Dec 2001 20:57:47 -0000	1.3
  +++ ReleaseNotes.html	15 Jan 2002 02:13:29 -0000	1.4
  @@ -7,16 +7,16 @@
   <body bgcolor="#FFFFFF">
   <h1>'Standard' taglib (JSTL RI): Release Notes</h1>
   
  -<p><b>The JSTL EA3 RI builds on the EA2 release, which introduced a
  +<p><b>The JSTL 1.0 EA3 RI builds on the 1.0 EA2 release, which introduced a
   variety of new features and rounded out some of the support initially
  -provided in EA1.  This document contains a running list of additions and
  +provided in 1.0 EA1.  This document contains a running list of additions and
   changes.</b></p>
   
   <hr />
   
   <dl>
   <dt><b>12 Dec 2001</b></dt>
  -<dd>JSTL EA3 RI, version 1.0, introduced.  Version includes the following
  +<dd>JSTL 1.0 EA3 RI, version 1.0, introduced.  Version includes the following
   changes and additions:
   <ul>
    <li>Introduction of SQL tags ("sql:*" library).</li>
  @@ -30,7 +30,7 @@
   </dd>
   
   <dt><b>21 Nov 2001</b></dt>
  -<dd>JSTL EA2 RI, version 1.0, introduced.  Version includes the following
  +<dd>JSTL 1.0 EA2 RI, version 1.0, introduced.  Version includes the following
   major changes and additions:
   <ul>
    <li>JSPTL has been renamed to JSTL.</li>
  @@ -44,7 +44,7 @@
        "formatting."  'jx' and 'jr' are no longer used; they are replaced
        with shorter abbreviations for the common cases (e.g., 'c', 'x').
    <li>ECMAScript is now the default expression evaluator.  Since the
  -     first release of EA1, new languages include JXPath and ECMAScript.</li>
  +     first release of 1.0 EA1, new languages include JXPath and ECMAScript.</li>
    <li>The RI has been thoroughly repackaged; many classes have moved.</li>
    <li>The package name for the JSTL API is now javax.servlet.jsp.jstl
        and is subdivided into cohesive packages.  (The old package for the
  @@ -56,15 +56,15 @@
   </dd>
   
   <dt><b>09 Oct 2001</b></dt>
  -<dd>JSTL EA1 RI, version 1.2, introduced.  This version includes support
  +<dd>JSTL 1.0 EA1 RI, version 1.2, introduced.  This version includes support
   for ECMAScript.</dd>
   
   <dt><b>23 Jul 2001</b></dt>
  -<dd>JSTL EA1 RI, version 1.1, is released.  This version is compatible
  +<dd>JSTL 1.0 EA1 RI, version 1.1, is released.  This version is compatible
   with Tomcat 4.0 B6 and Tomcat 4.0 release.</dd>
   
   <dt><b>10 Jul 2001</b></dt>
  -<dd>JSTL EA1 RI first made available for download.</dd>
  +<dd>JSTL 1.0 EA1 RI first made available for download.</dd>
   
   <dt><b>08 Jul 2001</b></dt>
   <dd>Initial version of JSTL RI contributed by JSR-052 Expert Group
  
  
  
  1.6       +9 -9      jakarta-taglibs/standard/doc/web/GettingStarted.html
  
  Index: GettingStarted.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/web/GettingStarted.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- GettingStarted.html	14 Dec 2001 00:22:00 -0000	1.5
  +++ GettingStarted.html	15 Jan 2002 02:13:29 -0000	1.6
  @@ -5,7 +5,7 @@
   </head>
   
   <body bgcolor="#FFFFFF">
  -<h1>Getting started with JSTL (EA3)</h1>
  +<h1>Getting started with JSTL 1.0 (EA3)</h1>
   
   <p>This document describes how to get up and running quickly with JSTL's
   second early-access release.  It can be useful to page authors and tag
  @@ -70,7 +70,7 @@
   <hr />
   <h2><a name="#2" /></a>Getting started quickly</h2>
   
  -<p>JSTL EA3 uses features provided only by the JSP 1.2 standard draft, so it requires 
  +<p>JSTL 1.0 EA3 uses features provided only by the JSP 1.2 standard draft, so it requires 
     a JSP 1.2 container. We recommend you test JSTL with Tomcat 4.0.</p>
   
   <p>To install Tomcat, follow the instructions at <a
  @@ -113,7 +113,7 @@
   
   <p>Half of JSTL's tag libraries -- the recommended ones -- rely on an expression 
     language. To facilitate experimentation and feedback, the JSTL RI currently 
  -  lets you switch between a number of different languages. Since EA2, the ECMAScript 
  +  lets you switch between a number of different languages. Since 1.0 EA2, the ECMAScript 
     language has been set as the default.</p>
   
   <p>The  expression language for a web application is configured by
  @@ -132,7 +132,7 @@
   <tt>web.xml</tt> file that comes with the <tt>jstl-examples</tt>
   application.)</p>
   
  -<p>In JSTL EA, you can also mix different expression languages on the same page 
  +<p>In JSTL 1.0 EA, you can also mix different expression languages on the same page 
     using the <tt>&lt;expressionLanguage&gt;</tt> tag. This tag's <tt>evaluator</tt> 
     attribute points to the class containing the expression-evaluation logic you 
     wish to use. See the Functional Description of expression-language support for 
  @@ -145,13 +145,13 @@
   <pre>
       &lt;c:forEach items="<b>$page:myItems</b>" /&gt;
   </pre>
  -<i><b>Important:</b> The expression-language support included with JSTL EA should 
  +<i><b>Important:</b> The expression-language support included with JSTL 1.0 EA should 
   be considered even more experimental than the rest of the package. You should 
   not assume that either the "pluggability" mechanism or the prepackaged languages 
  -themselves will remain in JSTL's final version, or even in the next EA releases.</i> 
  -<h3>Topics covered in JSTL EA3</h3>
  +themselves will remain in JSTL's final version, or even in the next 1.0 EA releases.</i> 
  +<h3>Topics covered in JSTL 1.0 EA3</h3>
   
  -<p>As we mentioned above, JSTL EA3 includes core tags to support iteration, conditionals, 
  +<p>As we mentioned above, JSTL 1.0 EA3 includes core tags to support iteration, conditionals, 
     and expression-language support. For more information on precisely how these 
     tags work, you should read the "Functional Description" documents provided as 
     part of this distribution. Here, we just offer a quick roadmap of each feature 
  @@ -200,7 +200,7 @@
   <h3>For tag developers...</h3>
   
   <p>Developers of custom tags should also read the "Functional Descriptions" provided 
  -  for each topic addressed by JSTL EA. JSTL EA provides some abstract classes 
  +  for each topic addressed by JSTL 1.0 EA. JSTL 1.0 EA provides some abstract classes 
     that assist with rapid development of tags and promote integration of custom 
     tags with JSTL's tag set.</p>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>