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 mo...@apache.org on 2001/05/03 17:36:20 UTC

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

morgand     01/05/03 08:36:20

  Modified:    src/doc  index.xml
  Log:
  added news and taglib descriptions
  
  Revision  Changes    Path
  1.3       +126 -0    jakarta-taglibs/src/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/doc/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	2001/03/15 20:22:37	1.2
  +++ index.xml	2001/05/03 15:36:15	1.3
  @@ -28,6 +28,132 @@
   
     </section>
   
  +  <section name="Taglibs News" href="News">
  +    <news>
  +      <newsitem date="05/02/2001" libname="DBTags">
  +        The JDBC tag library has been renamed to DBTags!  See the
  +        DBTags home page for details!
  +      </newsitem>
  +      <newsitem date="05/02/2001" libname="SQL">
  +        The SQL Sample tag library is no longer supported.  Users of this
  +        tag library may want to consider migrating to the DBTags library.
  +      </newsitem>
  +      <newsitem date="05/02/2001" libname="Taglibs">
  +        Taglibs now has a news section!  Check here regularly for all
  +        the latest info on our tags.
  +      </newsitem>
  +    </news>
  +  </section>
  +  
  +  <section name="Taglibs Descriptions" href="Libs">
  +    <tagindex>
  +    
  +      <taginfo name="Application" state="develop">
  +        The APPLICATION custom tag library contains tags which can be used to 
  +        access information contained in the ServletContext for a 
  +        web application.
  +      </taginfo>
  +      
  +      <taginfo name="BSF" state="develop">
  +        The Bean Scripting Framework (BSF) is an architecture forincorporating 
  +     scripting into Java applications and applets. Scripting languages such 
  +     as Netscape Rhino (Javascript), VBScript, Perl, Tcl, Python, NetRexx and 
  +     Rexx are commonly used to augment an application's function or to script 
  +     together a set of application components to form an application.
  +      </taginfo>
  +      
  +      <taginfo name="DateTime" state="develop">
  +        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, 
  +     generating a Date from HTML forum input, using time zones, and localization.
  +      </taginfo>
  +      
  +     <taginfo name="DBTags" state="develop">
  +        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">
  +        The I18N custom tag library contains tags that help manage
  +     the complexity of creating internationalized web applications.
  +      </taginfo>
  +      
  +      <taginfo name="Input" state="develop">
  +        The "input" tag extension library lets you present HTML &lt;form&gt; 
  +     elements that are tied to the ServletRequest that caused the 
  +     current JSP page to run.
  +      </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. 
  +      </taginfo>
  +     
  +     <taginfo name="JSP Spec" state="develop">
  +    The JSPSPEC custom tag library contains working examples 
  +     of the tags described in the JavaServerPages specification, 
  +     Version 1.1. As such, the tags are focused more on being 
  +     examples of custom tag library code techniques, and less on 
  +     being useful in production applications.
  +      </taginfo>
  +      
  +      <taginfo name="Mailer" state="develop">
  +    This custom tag library is used to send e-mail.
  +      </taginfo>
  +      
  +      <taginfo name="Page" state="develop">
  +      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="Regexp" state="develop">
  +      The Regexp custom tag library contains tags which can 
  +     be used to perform Perl syntax regular expressions.
  +      </taginfo>
  +      
  +      <taginfo name="Request" state="develop">
  +      The Request custom tag library contains tags which can 
  +     be used to access all the information about the HTTP 
  +     request for a JSP page.
  +      </taginfo>
  +      
  +      <taginfo name="Response" state="develop">
  +      The Response custom tag library contains tags which can 
  +     be used to set all the information for an HTTP response 
  +     for a JSP page.
  +      </taginfo>
  +      
  +      <taginfo name="Scrape" state="develop">
  +      The scrape tag library can scrape or extract content from web
  +documents and display the content in your JSP.
  +      </taginfo>
  +      
  +      <taginfo name="Session" state="develop">
  +      The Session JSP tag library provides tags for reading 
  +     or modifying client HttpSession information.
  +      </taginfo>
  +      
  +      <taginfo name="SQL Sample" state="unsupported">
  +      The SQL Tag Library is an implementation of the SQL tags 
  +     discussed in Section A.2.1 and A.2.2 of the JavaServer Pages 1.1
  +     Specification.
  +      </taginfo>
  +      
  +      <taginfo name="Utility" state="develop">
  +      The utility custom tag library contains examples of some 
  +     basic tags. It illustrates several custom tag library 
  +     code techniques.
  +      </taginfo>
  +     
  +     <taginfo name="XSL" state="develop">
  +      This tag library can perform XSL Transformations.
  +      </taginfo>
  +    
  +    </tagindex>
  +  </section>
  +    
     <section name="How to Download" href="Download">
   
     <p>Binary downloads of the entire JAKARTA-TAGLIBS distribution are available from the Jakarta web site</p>