Download PDF
Download PDF with diffs from Java SE 5.0
View HTML
Download PDF
View HTML
Download PDF
View HTML
Download HTML (Second Edition)
View HTML (Second Edition)
View updates to Second Edition: For SE 5.0 For SE 6
随着Java技术的发展,Java EE平台得到了迅速的发展,成为Java语言中最活跃的体系之一。现如今,Java EE不仅仅是指一种标准平台,它更多的表达着一种软件架构和设计思想。
Java EE是一系列技术标准所组成的平台,包括:
Servlet/JSP Spec | Apache Tomcat version | Actual release revision | Minimum Java Version |
3.0/2.2 | 7.0.x | 7.0.33 | 1.6 |
2.5/2.1 | 6.0.x | 6.0.36 | 1.5 |
2.4/2.0 | 5.5.x | 5.5.36 | 1.4 |
2.3/1.2 | 4.1.x (archived) | 4.1.40 (archived) | 1.3 |
2.2/1.1 | 3.3.x (archived) | 3.3.2 (archived) | 1.1 |
Apache Tomcat version 5.5 implements theServlet 2.4 and JavaServer Pages 2.0 specifications from theJava Community Process, and includes manyadditional features that make it a useful platform for developing and deployingweb applications and web services.
r. Apache Tomcat version 6.0implements theServlet 2.5 and JavaServer Pages 2.1 specifications from theJava Community Process, and includes manyadditional features that make it a useful platform for developing and deployingweb applications and web services.
Apache Tomcat version 7.0implements the Servlet 3.0 and JavaServer Pages 2.2specifications from theJava Community Process, and includes manyadditional features that make it a useful platform for developing and deployingweb applications and web services.
Servlet 3.0 specification is JSR 315.
Servlet 2.5 is a maintenance release of Servlet 2.4. Both are JSR 154.
Spec versions: |
Servlet 2.4 |
Servlet 2.5 |
Main page: |
JSR154 |
JSR154 |
Stable: |
Final Release |
Maintenance Release |
Date: |
24 Nov, 2003 |
11 Sep, 2007 (mrel2) |
Download Page: |
Overview |
PDF (mrel2): |
Spec versions: |
Servlet 3.0 |
|
Main page: |
JSR315 |
|
Stable: |
Final Release |
Maintenance Release |
Date: |
10 Dec, 2009 |
6 Feb, 2011 |
Download Page: |
Overview |
Overview |
JSP 2.2 is a maintenance release of JSP 2.1. Both are part of JSR 245.
JSP 2.0 is JSR 152.
Expression Language was covered by JSP 2.0 and JSP 2.1 specifications, but became a separate document starting with JSP 2.2.
Spec versions: |
JSP 2.0 |
JSP 2.1 |
JSP 2.2, EL 2.2 |
Main page: |
JSR152 |
JSR245 |
JSR245 |
Stable: |
Final Release |
Final Release |
Maintenance Release |
Date: |
24 November, 2003 |
11 May, 2006 |
10 Dec, 2009 |
Download Page: |
Overview |
Overview |
Overview |
JSP API DOChttp://tomcat.apache.org/tomcat-5.5-doc/jspapi/index.html