Registry / web-framework / geronimo-jsp-2-1-spec

geronimo-jsp-2-1-spec

JSON →
library1.0.1javamavenunverified

Provides an open-source implementation of the JSP 2.1 specification from Sun Microsystems.

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jsp_2.1_spec</artifactId> <version>1.0.1</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-JSP-2-1-S
G
geronimo-jsp-2-1-spec
web-frameworkjavav1.0.1
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

Gets the default JspFactory instance.

import javax.servlet.jsp.JspFactory; public class Main { public static void main(String[] args) { JspFactory factory = JspFactory.getDefaultFactory(); System.out.println(factory); } }
Debug
Known issues
gotchaThis is a specification API; use a runtime implementation like Tomcat or Jetty.
fix
Add a servlet container dependency for actual JSP support.
affects: *
Upgrade
Version history
1.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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