Registry / other / geronimo-j2ee-1-4-spec

geronimo-j2ee-1-4-spec

JSON →
library1.1javamavenunverified

Collection of J2EE 1.4 specification APIs implemented by the Apache Geronimo project.

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee_1.4_spec</artifactId> <version>1.1</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-J2EE-1-4-
G
geronimo-j2ee-1-4-spec
otherjavav1.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.

HttpServlet
javax.servlet.http.HttpServlet

Demonstrates a simple servlet using the J2EE 1.4 servlet API.

import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; public class MyServlet extends HttpServlet { protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { resp.getWriter().write("Hello from J2EE!"); } }
Debug
Known issues
breakingJ2EE 1.4 is outdated; consider using Java EE 8+ or Jakarta EE.
fix
Migrate to a newer specification like Jakarta Servlet 5.0+.
affects: all
Upgrade
Version history
1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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