Skip to content

jakartaee/servlet

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Oct 16, 2024
May 13, 2024
Oct 21, 2024
Oct 21, 2024
Nov 4, 2024
Nov 19, 2021
May 5, 2020
Jul 12, 2019
Sep 3, 2020
Mar 27, 2024
Sep 8, 2020
Dec 11, 2019
Jun 18, 2024

Jakarta Servlet

This repository contains the code for Jakarta Servlet.

Online JavaDoc

About Jakarta Servlet

Jakarta Servlet defines a server-side API for handling HTTP requests and responses.

Building

Prerequisites:

  • JDK 17+
  • Maven 3.9.0+

Run the build:

mvn install

The build runs copyright check and generates the jar, sources-jar and javadoc-jar by default. The API jar is built in /api/target.