Jakarta Servlet

Jakarta Servlet
Original authorPavni Diwanji
DeveloperEclipse Foundation
Initial releaseDecember 1996 (1996-12)
Stable release
6.1 / March 28, 2024 (2024-03-28)
Written inJava
PlatformJakarta EE
Size2.56 MB
TypeSoftware component for Web API
LicenseEclipse Public License
Websitejakarta.ee/specifications/servlet/
Repository

A Jakarta Servlet, formerly Java Servlet is a Java software component that extends the capabilities of a server. Although servlets can respond to many types of requests, they most commonly implement web containers for hosting web applications on web servers and thus qualify as a server-side servlet web API. Such web servlets are the Java counterpart to other dynamic web content technologies such as PHP and ASP.NET.