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 gl...@apache.org on 2002/04/04 19:56:29 UTC

cvs commit: jakarta-taglibs/src/doc index.xml project.xml

glenn       02/04/04 09:56:29

  Modified:    src/doc  index.xml project.xml
  Log:
  Organize taglibs on jakarta taglibs site by JSP version
  
  Revision  Changes    Path
  1.37      +58 -27    jakarta-taglibs/src/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/doc/index.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- index.xml	3 Apr 2002 03:31:46 -0000	1.36
  +++ index.xml	4 Apr 2002 17:56:29 -0000	1.37
  @@ -172,11 +172,34 @@
         and implementing flow of control. They can interact with each other
         including being nested.</p>
   
  -     <p>Custom Tag Library Extensions (CTLX) are extensions for popular
  -       web publishing tools which add support for use of JSP custom taglibs.</p>
  +    <p>JSP custom tags were introduced in JSP version 1.1.  New features
  +      were added in JSP version 1.2.  Custom tag libraries written for
  +      JSP 1.1 are backward compatible and can be used in a servlet container
  +      which supports JSP 1.2.  Tag libraries are organized based on what
  +      version of the JSP specification they were written for.</p>
  +
  +    <p>Custom Tag Library Extensions (CTLX) are extensions for popular
  +      web publishing tools which add support for use of JSP custom taglibs.</p>
     </section>
   
  -  <section name="Tag Library Descriptions" href="Descriptions">
  +  <section name="JSP 1.2 Tag Library Descriptions" href="Descriptions">
  +    <tagindex>
  +      <taginfo name="Cache" state="develop">
  +        The Cache Taglib provides tags for caching JSP page fragments.
  +      </taginfo>
  +      <taginfo name="Standard" state="beta">
  +        The Java Community Process
  +        <a href="http://www.jcp.org/jsr/detail/52.jsp">
  +        JSR-052 Expert Group</a> will be hosting the JSP
  +        Standard Tag Library (JSTL) reference implementation
  +        at Jakarta Taglibs.  Partial, experimental releases
  +        (called "early access") are currently available
  +        for testing and feedback.
  +      </taginfo>
  +    </tagindex>
  +  </section>
  +
  +  <section name="JSP 1.1 Tag Library Descriptions" href="Descriptions">
       <tagindex>
       
         <taginfo name="Application" state="beta">
  @@ -197,10 +220,6 @@
        together a set of application components to form an application.
         </taginfo>
   
  -      <taginfo name="Cache" state="beta">
  -        The Cache Taglib provides tags for caching JSP page fragments.
  -      </taginfo>
  -      
         <taginfo name="DateTime" state="beta">
           The DateTime custom tag library contains tags which can be used to handle date 
        and time related functions. Tags are provided for formatting a Date for output, 
  @@ -208,8 +227,8 @@
         </taginfo>
         
        <taginfo name="DBTags" state="beta">
  -        The DBTags (formerly called JDBC) custom tag library contains tags which can be used to
  -  read from and write to an SQL database.
  +       The DBTags (formerly called JDBC) custom tag library contains tags which
  +       can be used to read from and write to an SQL database.
         </taginfo>
         
         <taginfo name="I18N" state="develop">
  @@ -229,7 +248,7 @@
           allowing you to work with external web sites and web services.
         </taginfo>
   
  -      <taginfo name="Standard" state="develop">
  +      <taginfo name="Standard" state="beta">
           The Java Community Process
           <a href="http://www.jcp.org/jsr/detail/52.jsp">
           JSR-052 Expert Group</a> will be hosting the JSP
  @@ -244,10 +263,10 @@
         </taginfo>
   
         <taginfo name="JNDI" state="develop">
  -     The JNDI Tag Library creates an instance of a javax.naming.Context based on the values
  -     of the attributes providing some of the standard values.  In addition to the 
  -     System properties and the jndi.properties, some standard properties are 
  -     scanned in the pageContext attributes. 
  +        The JNDI Tag Library creates an instance of a javax.naming.Context
  +        based on the values of the attributes providing some of the standard
  +        values.  In addition to the System properties and the jndi.properties,
  +        some standard properties are scanned in the pageContext attributes. 
         </taginfo>
        
         <taginfo name="Log" state="develop">
  @@ -257,16 +276,17 @@
         </taginfo>
         
         <taginfo name="Mailer" state="develop">
  -    This custom tag library is used to send e-mail.
  +        This custom tag library is used to send e-mail.
         </taginfo>
         
         <taginfo name="Page" state="beta">
  -      The Page custom tag library contains tags which can be used to
  -  access all the information about the PageContext for a JSP page.
  +        The Page custom tag library contains tags which can be used to
  +        access all the information about the PageContext for a JSP page.
         </taginfo>
         
         <taginfo name="Random" state="develop">
  -	The Random tag library creates generators for random strings and random numbers which are accessable within the JSP.
  +	The Random tag library creates generators for random strings and random
  +        numbers which are accessable within the JSP.
         </taginfo>
   
         <taginfo name="Regexp" state="beta">
  @@ -318,6 +338,7 @@
         
       </tagindex>
     </section>
  +
     <section name="Web Publishing Tool Extensions" href="Extensions">
       <ctlxindex>
         <ctlxinfo name="UltraDev" state="develop">
  @@ -329,9 +350,11 @@
       
     <section name="How to Download" href="Download">
   
  -  <p>Binary downloads of the entire JAKARTA-TAGLIBS distribution are available from the Jakarta web site</p>
  +  <p>Binary downloads of the entire JAKARTA-TAGLIBS distribution are
  +    available from the Jakarta web site</p>
     
  -  <p>For more information on how to use the distribution, look at the following documentation:</p>
  +  <p>For more information on how to use the distribution,
  +    look at the following documentation:</p>
   
     <ul>
     <li>Using the Jakarta-Taglibs <a href="binarydist.html">Binary Distribution</a></li>
  @@ -340,7 +363,8 @@
   
     <p>Download and unpack the distribution archive into a convenient subdirectory.</p>
     <ul>
  -  <li><a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Download Entire Jakarta-Taglibs Distribution</a></li>
  +  <li><a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">
  +    Download Entire Jakarta-Taglibs Distribution</a></li>
     </ul>
   
     <p>Individual project distributions are also available using the sidebar.</p>
  @@ -375,7 +399,8 @@
         <a href="mailto:taglibs-user-subscribe@jakarta.apache.org">TAGLIBS-USER</a>
         mailing list to communicate with other developers that are using
         taglibs for their own applications, including questions about the
  -      installation of Jakarta Taglibs, and the usage of particular Jakarta Taglibs features.</li>
  +      installation of Jakarta Taglibs, and the usage of particular Jakarta
  +      Taglibs features.</li>
     <li><strong>Taglibs-Dev Mailing List</strong> - Subscribe to the
         <a href="mailto:taglibs-dev-subscribe@jakarta.apache.org">TAGLIBS-DEV</a>
         mailing list to communicate with other developers interested in expanding
  @@ -403,14 +428,20 @@
   
     <ul>
     <li><a href="tutorial.html">Jakarta Taglibs Tutorial</a></li>
  -  <li><a href="http://java.sun.com/webservices/docs/ea1/tutorial/index.html">Java Web Services Tutorial</a>
  +  <li><a href="http://java.sun.com/webservices/docs/ea1/tutorial/index.html">
  +    Java Web Services Tutorial</a>
       <ul>
  -      <li><a href="http://java.sun.com/webservices/docs/ea1/tutorial/doc/JSPTags.html">Custom Tags</a></li>
  -      <li><a href="http://java.sun.com/webservices/docs/ea1/tutorial/doc/JSTL.html">JSP Standard Tag Library (JSTL)</a></li>
  +      <li><a href="http://java.sun.com/webservices/docs/ea1/tutorial/doc/JSPTags.html">
  +        Custom Tags</a></li>
  +      <li><a href="http://java.sun.com/webservices/docs/ea1/tutorial/doc/JSTL.html">
  +        JSP Standard Tag Library (JSTL)</a></li>
       </ul>
     </li>
  -  <li><a href="http://developer.java.sun.com/developer/Books/javaserverpages/cservletsjsp/chapter14.pdf">Core Servlets and JavaServer Pages Tutorial (PDF)</a></li>
  -  <li><a href="http://www.orionserver.com/tutorials/tagtut/lesson1/lesson1.html">Orion Server Tutorial</a></li>
  +  <li>
  +    <a href="http://developer.java.sun.com/developer/Books/javaserverpages/cservletsjsp/chapter14.pdf">
  +      Core Servlets and JavaServer Pages Tutorial (PDF)</a></li>
  +  <li><a href="http://www.orionserver.com/tutorials/tagtut/lesson1/lesson1.html">
  +    Orion Server Tutorial</a></li>
     </ul>
   
     </section>
  
  
  
  1.27      +6 -2      jakarta-taglibs/src/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/doc/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml	3 Apr 2002 03:32:23 -0000	1.26
  +++ project.xml	4 Apr 2002 17:56:29 -0000	1.27
  @@ -9,11 +9,15 @@
         <item name="Documentation" href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/doc"/>
       </menu>
   
  -    <menu name="Individual Tag Libraries" local="true">
  +    <menu name="JSP 1.2 Tag Libraries" local="true">
  +      <item name="Cache Taglib"       href="doc/cache-doc/intro.html"/>
  +      <item name="Standard Taglib" href="doc/standard-doc/intro.html"/>
  +    </menu>
  +
  +    <menu name="JSP 1.1 Tag Libraries" local="true">
         <item name="Application Taglib" href="doc/application-doc/intro.html"/>
         <item name="Benchmark Taglib"   href="doc/benchmark-doc/intro.html"/>
         <item name="BSF Taglib"         href="doc/bsf-doc/intro.html"/>
  -      <item name="Cache Taglib"       href="doc/cache-doc/intro.html"/>
         <item name="DateTime Taglib" href="doc/datetime-doc/intro.html"/>
         <item name="DBTags Taglib"   href="doc/dbtags-doc/intro.html"/>
         <item name="I18N Taglib"     href="doc/i18n-doc/intro.html"/>
  
  
  

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