This repository contains the code for Jakarta Pages.
Note that this concerns the API only. An implementation is needed in addition to this.
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.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta Pages defines a template engine for web applications.