Author: kkolinko Date: Sat Jan 19 17:20:37 2013 New Revision: 1435608 URL: http://svn.apache.org/viewvc?rev=1435608&view=rev Log: Merged revision 1435606 from tomcat/trunk: Correct links to specifications and correct chapter numbers mentioned in the text. This is in response to a comment posted on the web site.
I removed a link to "J2EE Blueprints", as that page is gone and it seems wrong to recommend outdated documents that I never used. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/appdev/introduction.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1435606 Modified: tomcat/tc7.0.x/trunk/webapps/docs/appdev/introduction.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/appdev/introduction.xml?rev=1435608&r1=1435607&r2=1435608&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/appdev/introduction.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/appdev/introduction.xml Sat Jan 19 17:20:37 2013 @@ -62,35 +62,27 @@ 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/">http://java.sun.com/products/jsp/</a> - - <i>JavaServer Pages (JSP) Specification, Version 2.0</i>. Describes +<li><a href="http://jcp.org/aboutJava/communityprocess/mrel/jsr245/index.html">http://jcp.org/aboutJava/communityprocess/mrel/jsr245/</a> - + <i>JavaServer Pages (JSP) Specification, Version 2.2</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> - +<li><a href="http://jcp.org/aboutJava/communityprocess/mrel/jsr315/index.html">http://jcp.org/aboutJava/communityprocess/mrel/jsr315/</a> - <i>Servlet API Specification, Version 3.0</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 - directory structure and deployment file (Chapter 9), methods of - mapping request URIs to servlets (Chapter 11), container managed - security (Chapter 12), and the syntax of the <code>web.xml</code> - Web Application Deployment Descriptor (Chapter 13). The Javadoc + directory structure and deployment file (Chapter 10), methods of + mapping request URIs to servlets (Chapter 12), container managed + security (Chapter 13), and the syntax of the <code>web.xml</code> + Web Application Deployment Descriptor (Chapter 14). 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org