Registry / web-framework / jboss-javaee-web-6-0

jboss-javaee-web-6-0

JSON →
library3.0.3.Finaljavamavenunverified

Provides the Java EE 6 Web Profile API specifications for JBoss application server development.

<dependency> <groupId>org.jboss.spec</groupId> <artifactId>jboss-javaee-web-6.0</artifactId> <version>3.0.3.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-JAVAEE-WEB-6
J
jboss-javaee-web-6-0
web-frameworkjavav3.0.3.Final
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

A simple servlet extending HttpServlet from the Java EE 6 Web Profile.

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 Java EE 6!"); } }
Debug
Known issues
breakingJava EE 6 is outdated; consider migrating to Jakarta EE 8+.
fix
Replace javax.* imports with jakarta.* and update dependencies.
affects: >=3.0.0
Upgrade
Version history
3.0.3.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jboss-javaee-web-6-0 — mvn dependency:get jboss-javaee-web-6-0 · libregistry