Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 841 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 841 Bytes

Jakarta Pages

This repository contains the code for Jakarta Pages.

Online JavaDoc

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