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:08:05 UTC

svn commit: r1889196 - /tomcat/site/trunk/docs/index.html

Author: markt
Date: Mon Apr 26 14:08:05 2021
New Revision: 1889196

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

Modified:
    tomcat/site/trunk/docs/index.html

Modified: tomcat/site/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1889196&r1=1889195&r2=1889196&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Mon Apr 26 14:08:05 2021
@@ -4,11 +4,19 @@
             </a></div><nav><div><h2>Apache Tomcat</h2><ul><li><a href="./index.html">Home</a></li><li><a href="./taglibs.html">Taglibs</a></li><li><a href="./maven-plugin.html">Maven Plugin</a></li></ul></div><div><h2>Download</h2><ul><li><a href="./whichversion.html">Which version?</a></li><li><a href="https://tomcat.apache.org/download-10.cgi">Tomcat 10</a></li><li><a href="https://tomcat.apache.org/download-90.cgi">Tomcat 9</a></li><li><a href="https://tomcat.apache.org/download-80.cgi">Tomcat 8</a></li><li><a href="https://tomcat.apache.org/download-70.cgi">Tomcat 7</a></li><li><a href="https://tomcat.apache.org/download-migration.cgi">Tomcat Migration Tool for Jakarta EE</a></li><li><a href="https://tomcat.apache.org/download-connectors.cgi">Tomcat Connectors</a></li><li><a href="https://tomcat.apache.org/download-native.cgi">Tomcat Native</a></li><li><a href="https://tomcat.apache.org/download-taglibs.cgi">Taglibs</a></li><li><a href="https://archive.apache.org/dist/tomcat/">A
 rchives</a></li></ul></div><div><h2>Documentation</h2><ul><li><a href="./tomcat-10.0-doc/index.html">Tomcat 10.0</a></li><li><a href="./tomcat-9.0-doc/index.html">Tomcat 9.0</a></li><li><a href="./tomcat-8.5-doc/index.html">Tomcat 8.5</a></li><li><a href="./tomcat-7.0-doc/index.html">Tomcat 7.0</a></li><li><a href="./connectors-doc/">Tomcat Connectors</a></li><li><a href="./native-doc/">Tomcat Native</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT">Wiki</a></li><li><a href="./migration.html">Migration Guide</a></li><li><a href="./presentations.html">Presentations</a></li><li><a href="https://cwiki.apache.org/confluence/x/Bi8lBg">Specifications</a></li></ul></div><div><h2>Problems?</h2><ul><li><a href="./security.html">Security Reports</a></li><li><a href="./findhelp.html">Find help</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ">FAQ</a></li><li><a href="./lists.html">Mailing Lists</a></li><li><a href="./bugreport.html">Bug Databas
 e</a></li><li><a href="./irc.html">IRC</a></li></ul></div><div><h2>Get Involved</h2><ul><li><a href="./getinvolved.html">Overview</a></li><li><a href="./source.html">Source code</a></li><li><a href="./ci.html">Buildbot</a></li><li><a href="https://cwiki.apache.org/confluence/x/vIPzBQ">Translations</a></li><li><a href="./tools.html">Tools</a></li></ul></div><div><h2>Media</h2><ul><li><a href="https://twitter.com/theapachetomcat">Twitter</a></li><li><a href="https://www.youtube.com/c/ApacheTomcatOfficial">YouTube</a></li><li><a href="https://blogs.apache.org/tomcat/">Blog</a></li></ul></div><div><h2>Misc</h2><ul><li><a href="./whoweare.html">Who We Are</a></li><li><a href="https://www.redbubble.com/people/comdev/works/30885254-apache-tomcat">Swag</a></li><li><a href="./heritage.html">Heritage</a></li><li><a href="http://www.apache.org">Apache Home</a></li><li><a href="./resources.html">Resources</a></li><li><a href="./contact.html">Contact</a></li><li><a href="./legal.html">Legal</a><
 /li><li><a href="https://www.apache.org/foundation/contributing.html">Support Apache</a></li><li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a href="http://www.apache.org/licenses/">License</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2 style="display: none;">Content</h2><h3 id="Apache_Tomcat">Apache Tomcat</h3><div class="text">
 
 <p>The Apache Tomcat<sup>&reg;</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
@@ -31,12 +39,13 @@ project logo are trademarks of the Apach
 </div><h3 id="Tomcat_10.0.5_Released"><span class="pull-right">2021-04-06</span> Tomcat 10.0.5 Released</h3><div class="text">
 <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="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p>
@@ -62,7 +71,8 @@ changelog</a>.
 </div><h3 id="Tomcat_9.0.45_Released"><span class="pull-right">2021-04-06</span> Tomcat 9.0.45 Released</h3><div class="text">
 <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
@@ -84,7 +94,8 @@ changelog</a>.
 </div><h3 id="Tomcat_8.5.65_Released"><span class="pull-right">2020-04-06</span> Tomcat 8.5.65 Released</h3><div class="text">
 <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
@@ -140,7 +151,8 @@ Full details of these changes, and all t
 </div><h3 id="Tomcat_7.0.108_Released"><span class="pull-right">2021-02-05</span> Tomcat 7.0.108 Released</h3><div class="text">
 <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