Jakarta Pages
This repository contains the code for Jakarta Pages.
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
TCK Challenges
All test challenges for Jakarta Pages must be resolved by Active Resolution. Please see the TCK Users guide for more details.