Registry / web-framework / jaxrs
library2018.5.0javamavenunverified

RESTful web services support using RESTEasy in WildFly Swarm.

<dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>jaxrs</artifactId> <version>2018.5.0</version> </dependency>
INSTALL
IMPORT
SIG · JAXRS
J
jaxrs
web-frameworkjavav2018.5.0
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.

Application
javax.ws.rs.core.Application

Defines a simple JAX-RS resource.

import javax.ws.rs.core.Application; import javax.ws.rs.GET; import javax.ws.rs.Path; @Path("/hello") public class Quickstart extends Application { @GET public String hello() { return "Hello, JAX-RS!"; } }
Debug
Known issues
gotchaWildFly Swarm is superseded by Thorntail; consider migrating.
fix
Use Thorntail or WildFly bootable JAR instead.
affects: all
Upgrade
Version history
2018.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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