Skip to content

Commit

Permalink
'Jakarta Server Pages' -> 'Jakarta Pages'
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed May 14, 2024
1 parent 6a166ad commit d5782bd
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion java/jakarta/servlet/jsp/el/ImportELResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import jakarta.el.ImportHandler;

/**
* Providers resolution of imports and static imports in the Jakarta Server Pages ELResolver chain.
* Providers resolution of imports and static imports in the Jakarta Pages ELResolver chain.
*
* @since JSP 3.1
*/
Expand Down
2 changes: 1 addition & 1 deletion java/jakarta/servlet/jsp/el/NotFoundELResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import jakarta.el.PropertyNotFoundException;

/**
* The final resolver of the Jakarta Server Pages ELResolver chain. It always resolves the requested value, returning
* The final resolver of the Jakarta Pages ELResolver chain. It always resolves the requested value, returning
* {@code null} when it does so.
*
* @since JSP 3.1
Expand Down
6 changes: 3 additions & 3 deletions java/jakarta/servlet/jsp/tagext/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
</head>
<body bgcolor="white">

Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
Classes and interfaces for the definition of Jakarta Pages Tag Libraries.

<p>
The JavaServer Pages(tm) (JSP) 2.0 specification provides a portable
mechanism for the description of tag libraries.
The Jakarta Pages specification provides a portable mechanism for the
description of tag libraries.
<p>
A JSP tag library contains
<ul>
Expand Down
2 changes: 1 addition & 1 deletion res/META-INF/jsp-api.jar.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ X-Compile-Source-JDK: @source.jdk@
X-Compile-Target-JDK: @target.jdk@

Name: jakarta/servlet/jsp/
Specification-Title: Jakarta Server Pages
Specification-Title: Jakarta Pages
Specification-Version: @jsp.spec.version@
Specification-Vendor: Eclipse Foundation
Implementation-Title: jakarta.servlet.jsp
Expand Down
2 changes: 1 addition & 1 deletion res/bnd/jsp-api.jar.tmp.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Provide-Capability: \
uses:='${packages;NAMED;jakarta.servlet.jsp.*}'

-namesection: jakarta/servlet/jsp*/;\
Specification-Title=Jakarta Server Pages;\
Specification-Title=Jakarta Pages;\
Specification-Version=${jsp.spec.version};\
Specification-Vendor=Eclipse Foundation;\
Implementation-Title=jakarta.servlet.jsp;\
Expand Down
2 changes: 1 addition & 1 deletion res/bnd/tomcat-embed-jasper.jar.tmp.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Provide-Capability: \
uses:='${packages;NAMED;jakarta.servlet.jsp.*}'

-namesection: jakarta/servlet/jsp*/;\
Specification-Title=Jakarta Server Pages;\
Specification-Title=Jakarta Pages;\
Specification-Version=${jsp.spec.version};\
Specification-Vendor=Eclipse Foundation;\
Implementation-Title=jakarta.servlet.jsp;\
Expand Down
4 changes: 2 additions & 2 deletions webapps/docs/appdev/introduction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ information, documentation, and software that is useful in developing
web applications with Tomcat.</p>
<ul>
<li><p><a href="https://jakarta.ee/specifications/pages/4.0/">https://jakarta.ee/specifications/pages/4.0/</a> -
<i>Jakarta Server Pages (JSP), Version 4.0</i>. Describes
<i>Jakarta Pages (JSP), Version 4.0</i>. Describes
the programming environment provided by standard implementations
of the Jakarta Server Pages technology. In conjunction with
of the Jakarta Pages technology. In conjunction with
the Servlet API Specification (see below), this document describes
what a portable JSP page is allowed to contain. Specific
information on scripting (Chapter 9), tag extensions (Chapter 7),
Expand Down
2 changes: 1 addition & 1 deletion webapps/docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<p>This is the top-level entry point of the documentation bundle for the
<strong>Apache Tomcat</strong> Servlet/JSP container. Apache Tomcat version
<version-major-minor/> implements the Servlet 6.0 and JavaServer Pages 4.0
<version-major-minor/> implements the Servlet 6.0 and Pages 4.0
<a href="https://cwiki.apache.org/confluence/display/TOMCAT/Specifications">specifications</a> from
<a href="https://jakarta.ee/">Jakarta EE</a>, and includes many
additional features that make it a useful platform for developing and deploying
Expand Down
2 changes: 1 addition & 1 deletion webapps/docs/jasper-howto.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<section name="Introduction">

<p>Tomcat <version-major-minor/> uses the Jasper 2 JSP Engine to implement
the <a href="https://cwiki.apache.org/confluence/display/TOMCAT/Specifications">JavaServer Pages 2.3</a>
the <a href="https://cwiki.apache.org/confluence/display/TOMCAT/Specifications">Jakarta Pages 4.0</a>
specification.</p>

<p>Jasper 2 has been redesigned to significantly improve performance over
Expand Down
2 changes: 1 addition & 1 deletion webapps/examples/jsp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1>JSP
Samples</h1>
<p>This is a collection of samples demonstrating the usage of different
parts of the Java Server Pages (JSP) specification. Both JSP 2.0 and
parts of the Jakarta Pages (JSP) specification. Both JSP 2.0 and
JSP 1.2 examples are presented below.
<p>These examples will only work when these pages are being served by a
servlet engine; of course, we recommend
Expand Down

0 comments on commit d5782bd

Please sign in to comment.