Registry / web-framework / jsp-api-2-1

jsp-api-2-1

JSON →
library6.1.14javamavenunverified

Provides the JavaServer Pages 2.1 API for building dynamic web pages.

<dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jsp-api-2.1</artifactId> <version>6.1.14</version> </dependency>
INSTALL
IMPORT
SIG · JSP-API-2-1
J
jsp-api-2-1
web-frameworkjavav6.1.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JspFactory
javax.servlet.jsp.JspFactory

Minimal usage obtaining the default JspFactory.

import javax.servlet.jsp.JspFactory; public class Example { public static void main(String[] args) { JspFactory factory = JspFactory.getDefaultFactory(); System.out.println("JSP Factory: " + factory); } }
Debug
Known issues
gotchaJSP API 2.1 is outdated; consider using Jakarta Server Pages (JSP 3.0+).
fix
Migrate to jakarta.servlet.jsp.jstl and related Jakarta EE APIs.
affects: <=6.1.14
Upgrade
Version history
6.1.14latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
jsp-api-2-1 — mvn dependency:get jsp-api-2-1 · libregistry