glenn 01/07/17 18:33:54
Modified: src/doc index.xml
Log:
Remove jspspec and sql, add jsptl to main jakarta taglibs web site page
Revision Changes Path
1.15 +9 -15 jakarta-taglibs/src/doc/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/src/doc/index.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- index.xml 2001/07/17 13:23:35 1.14
+++ index.xml 2001/07/18 01:33:54 1.15
@@ -142,7 +142,15 @@
HTTP, HTTPS, FTP, XML-RPC or SOAP requests from inside your JSP page
allowing you to work with external web sites and web services.
</taginfo>
-
+
+ <taginfo name="JSPTL" state="develop">
+ The Java Community Process
+ <a href="http://www.jcp.org/jsr/detail/52.jsp">
+ JSR-052 Expert Group</a> will be using the Jakarta-Taglibs
+ project to host releases of the JavaServer Pages Standard
+ Tag Library (JSPTL).
+ </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
@@ -150,14 +158,6 @@
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="Log" state="develop">
The "Log" tag library contains tags that allow you to log
messages from inside your JSP to the log4j subsystem which can then
@@ -202,12 +202,6 @@
<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">