Registry / web-framework / tjws
library3.15.6.Finaljavamavenunverified

Thin Web Server (TJWS) integration for RESTEasy, a JAX-RS implementation.

<dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>tjws</artifactId> <version>3.15.6.Final</version> </dependency>
INSTALL
IMPORT
SIG · TJWS
T
tjws
web-frameworkjavav3.15.6.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.

TJWSEmbeddedJaxrsServer
org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer

Start an embedded RESTEasy server using TJWS.

import org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer; public class Example { public static void main(String[] args) throws Exception { TJWSEmbeddedJaxrsServer server = new TJWSEmbeddedJaxrsServer(); server.setPort(8080); server.start(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.15.6.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tjws — mvn dependency:get tjws · libregistry