Registry / web-framework / jersey-grizzly2

jersey-grizzly2

JSON →
library1.19.4javamavenunverified

Grizzly 2.0 HTTP container for the Jersey RESTful web services framework.

<dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-grizzly2</artifactId> <version>1.19.4</version> </dependency>
INSTALL
IMPORT
SIG · JERSEY-GRIZZLY2
J
jersey-grizzly2
web-frameworkjavav1.19.4
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.

GrizzlyServerFactory
com.sun.jersey.grizzly2.httpserver.GrizzlyServerFactory

Minimal usage of Jersey Grizzly2 Container

import com.sun.jersey.grizzly2.httpserver.GrizzlyServerFactory; import com.sun.jersey.api.container.grizzly2.GrizzlyServerFactory; public class Example { public static void main(String[] args) throws Exception { GrizzlyServerFactory.createHttpServer("http://localhost:8080/"); } }
Debug
Known issues
breakingJersey 1.x is legacy; consider upgrading to Jersey 2.x or 3.x.
fix
Use org.glassfish.jersey.containers:jersey-container-grizzly2-http for modern Jersey.
affects: >=1.0.0
Upgrade
Version history
1.19.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
jersey-grizzly2 — mvn dependency:get jersey-grizzly2 · libregistry