Author: kkolinko
Date: Sat Jan 19 17:34:08 2013
New Revision: 1435615
URL: http://svn.apache.org/viewvc?rev=1435615&view=rev
Log:
CTR: docs
Correct links to specifications and correct chapter numbers mentioned in the
text.
This is based on revision 1435606 from tomcat/trunk.
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/webapps/docs/appdev/introduction.xml
Propchange: tomcat/tc6.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1435606
Modified: tomcat/tc6.0.x/trunk/webapps/docs/appdev/introduction.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/appdev/introduction.xml?rev=1435615&r1=1435614&r2=1435615&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/appdev/introduction.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/appdev/introduction.xml Sat Jan 19
17:34:08 2013
@@ -62,18 +62,18 @@ the details of your particular environme
information, documentation, and software that is useful in developing
web applications with Tomcat.</p>
<ul>
-<li><a
href="http://java.sun.com/products/jsp/download.html">http://java.sun.com/products/jsp/download.html</a>
-
- <i>JavaServer Pages (JSP) Specification, Version 2.0</i>. Describes
+<li><a
href="http://jcp.org/aboutJava/communityprocess/final/jsr245/index.html">http://jcp.org/aboutJava/communityprocess/final/jsr245/</a>
-
+ <i>JavaServer Pages (JSP) Specification, Version 2.1</i>. Describes
the programming environment provided by standard implementations
of the JavaServer Pages (JSP) technology. In conjunction with
the Servlet API Specification (see below), this document describes
what a portable API page is allowed to contain. Specific
- information on scripting (Chapter 6), tag extensions (Chapter 7),
+ information on scripting (Chapter 9), tag extensions (Chapter 7),
and packaging JSP pages (Appendix A) is useful. The Javadoc
API Documentation is included in the specification, and with the
Tomcat download.<br/><br/></li>
-<li><a
href="http://java.sun.com/products/servlet/download.html">http://java.sun.com/products/servlet/download.html</a>
-
- <i>Servlet API Specification, Version 2.4</i>. Describes the
+<li><a
href="http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index2.html">http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index2.html</a>
-
+ <i>Servlet API Specification, Version 2.5</i>. Describes the
programming environment that must be provided by all servlet
containers conforming to this specification. In particular, you
will need this document to understand the web application
@@ -83,14 +83,6 @@ web applications with Tomcat.</p>
Web Application Deployment Descriptor (Chapter 13). The Javadoc
API Documentation is included in the specification, and with the
Tomcat download.<br/><br/></li>
-<li><a
href="http://java.sun.com/j2ee/blueprints/">http://java.sun.com/j2ee/blueprints/</a>
-
- <i>Sun BluePrints (tm) Design Guidelines for J2EE</i>. Comprehensive
- advice and examples on application design for the Java2 Enterprise
- Edition (J2EE) platform, which includes servlets and JSP pages. The
- chapters on servlet and JSP design are useful even when your application
- does not require other J2EE platform components.
- <br/><br/></li>
-<li><b>TODO</b> -- Add more entries here!</li>
</ul>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]