# jsp-api_1 **Repository Path**: mirrors_eclipse-ee4j/jsp-api_1 ## Basic Information - **Project Name**: jsp-api_1 - **Description**: Jakarta Server Pages - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-07 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jakarta Pages This repository contains the code for Jakarta Pages. [Online JavaDoc](https://javadoc.io/doc/jakarta.servlet.jsp/jakarta.servlet.jsp-api/) Note that this concerns the API only. An implementation is needed in addition to this. Building -------- Jakarta Pages can be built by executing the following from the project root: ``mvn clean package`` The API jar can then be found in /api/target and the specification document in /spec/target. Making Changes -------------- To make changes, fork this repository, make your changes, and submit a pull request. About Jakarta Pages ------------- Jakarta Pages defines a template engine for web applications. Implementations ------------- * [Eclipse WaSP](https://github.com/eclipse-ee4j/wasp) * [Tomcat Jasper](https://tomcat.apache.org/tomcat-11.0-doc/jasper-howto.html) ## TCK Challenges All test challenges for Jakarta Pages must be resolved by Active Resolution. Please see the TCK Users guide for more details.