Top "Jax-rs" questions

JAX-RS: Java API for RESTful Web Services.

Staying DRY with JAX-RS

I'm trying to minimize repeated code for a number of JAX-RS resource handlers, all of which require a few of …

java jersey jax-rs
Jersey 2.0 Content-Length not set

I'm trying to post to a web service that requires the Content-Length header to be set using the following code: // …

java jersey jax-rs moxy
What is JAXB and JAXRS ? How are they related?

Sorry for this blunt question . But many use these 2 terms day in and day out yet I don't know .I …

jaxb jax-rs resteasy restlet xml-binding
jersey and jax-rs RI2 - missing HttpServerFactory

I have a simple project to test JAX-RS services. Yesterday I downloaded jersey-1.7.1 and used com.sun.jersey.api.container.…

java jersey jax-rs grizzly
Reusing JAX RS Client in multi-threaded environment (with resteasy)

According to the documentation, "Clients are heavy-weight objects that manage the client-side communication infrastructure. Initialization as well as disposal of …

java multithreading jersey jax-rs resteasy
Consume multiple resources in a RESTful Web Service

In my web server application I have a method, which modifies an xml document and looks similar to that: @POST @…

java xml rest jax-rs wildfly-8
JAX-RS: How to extend Application class to scan packages?

Currently, I do something similar to import javax.annotation.Nonnull; import javax.ws.rs.ApplicationPath; import javax.ws.rs.core.…

java rest jersey jax-rs resteasy
java.lang.NoClassDefFoundError error when running my project

I have been struggling to get this to work and I think i can use some help. I am working …

java maven jax-ws jax-rs jersey-client
RESTEasy Exception: RESTEASY003770: Response is committed, can't handle exception

I'm getting a strange exception from my RESTEasy server. This happens when a particularly large response is being returned to …

rest tomcat jax-rs resteasy
Required jars for RestEasy Client

I need to provide a java REST client, which should contain all required jars in one bundle. I chose RestEasy …

java rest jax-rs resteasy java-ee-7