Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arjantijms committed Apr 28, 2022
1 parent 0350b8f commit 36d2045
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# Prerequisites
# Jakarta Pages

Java 11
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-10.0-doc/jasper-howto.html)

0 comments on commit 36d2045

Please sign in to comment.