Skip to content

jakartaee/pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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