You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/04/26 14:07:58 UTC

svn commit: r1889195 - /tomcat/site/trunk/xdocs/index.xml

Author: markt
Date: Mon Apr 26 14:07:58 2021
New Revision: 1889195

URL: http://svn.apache.org/viewvc?rev=1889195&view=rev
Log:
Improve clarity around Java EE vs Jakarta EE

Modified:
    tomcat/site/trunk/xdocs/index.xml

Modified: tomcat/site/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1889195&r1=1889194&r2=1889195&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Mon Apr 26 14:07:58 2021
@@ -14,11 +14,26 @@
 <section name="Apache Tomcat">
 
 <p>The Apache Tomcat<sup>&#174;</sup> software is an open source implementation
-of the Java Servlet, JavaServer Pages, Java Expression Language and Java
-WebSocket technologies. The Java Servlet, JavaServer Pages, Java Expression
-Language and Java WebSocket specifications are developed under the
-<a href="http://jcp.org/en/introduction/overview" rel="nofollow">Java Community
-Process</a>.
+of the
+<a href="https://projects.eclipse.org/projects/ee4j.servlet"
+rel="nofollow">Jakarta Servlet</a>,
+<a href="https://projects.eclipse.org/projects/ee4j.jsp"
+rel="nofollow">Jakarta Server Pages</a>,
+<a href="https://projects.eclipse.org/projects/ee4j.el"
+rel="nofollow">Jakarta Expression Language</a>,
+<a href="https://projects.eclipse.org/projects/ee4j.websocket"
+rel="nofollow">Jakarta WebSocket</a>,
+<a href="https://projects.eclipse.org/projects/ee4j.ca"
+rel="nofollow">Jakarta Annotations</a> and
+<a href="https://projects.eclipse.org/projects/ee4j.es"
+ rel="nofollow">Jakarta Security</a>
+specifications. These specifications are part of the
+<a href="https://projects.eclipse.org/projects/ee4j.jakartaee-platform"
+rel="nofollow">Jakarta EE platform</a>.</p>
+
+<p>The Jakarta EE platform is the evolution of the Java EE platform. Tomcat 10
+and later implement specifications developed as part of Jakarta EE. Tomcat 9 and
+earlier implement specifications developed as part of Java EE.
 </p>
 
 <p>The Apache Tomcat software is developed in an open and participatory
@@ -43,12 +58,13 @@ project logo are trademarks of the Apach
 <section name="Tomcat 10.0.5 Released" rtext="2021-04-06">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.0.5
-of Apache Tomcat. This release is targeted at Jakarta EE 9.</p>
+of Apache Tomcat. This release implements specifications that are part of the
+Jakarta EE 9 platform.</p>
 <p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10
-without changes. Java EE applications designed for Tomcat 9 and earlier may be
-placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and Tomcat
-will automatically convert them to Jakarta EE and copy them to the webapps
-directory. This conversion is performed using the
+without changes. Java EE based applications designed for Tomcat 9 and earlier
+may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and
+Tomcat will automatically convert them to Jakarta EE and copy them to the
+webapps directory. This conversion is performed using the
 <a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat
 migration tool for Jakarta EE tool</a> which is also available as a separate
 <a href="download-migration.cgi">download</a> for off-line use.</p>
@@ -76,7 +92,8 @@ changelog</a>.
 <section name="Tomcat 9.0.45 Released" rtext="2021-04-06">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 9.0.45
-of Apache Tomcat. The notable changes compared to 9.0.44 include:</p>
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.44 include:</p>
 <ul>
 <li>Fix a regression in 9.0.44 that meant that an error during an asynchronous
     read broke all future asynchronous reads associated with the same request
@@ -100,7 +117,8 @@ changelog</a>.
 <section name="Tomcat 8.5.65 Released" rtext="2020-04-06">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 8.5.65
-of Apache Tomcat. The notable changes compared to 8.5.64 include:</p>
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.64 include:</p>
 <ul>
 <li>Fix a regression in 8.5.64 that meant that an error during an asynchronous
     read broke all future asynchronous reads associated with the same request
@@ -162,7 +180,8 @@ Full details of these changes, and all t
 <section name="Tomcat 7.0.108 Released" rtext="2021-02-05">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 7.0.108 of
-Apache Tomcat. This release contains a number of bug fixes and improvements
+Apache Tomcat. This release implements specifications that are part of the Java
+EE 6 platform. This release contains a number of bug fixes and improvements
 compared to version 7.0.107.</p>
 <ul>
 <li>Fix a potential file descriptor leak when WebSocket connections are



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org