Top "Jersey" questions

Jersey is the open source, production quality, JAX-RS (JSR 311, JSR 339) Reference Implementation for building RESTful Web services.

Jersey ClientResponse.getEntity of generic type

I got a problem to deserialize using jeresy ClientRespone.getEntity I've tried to follow some tutorials and questions, include this: …

java json jersey jax-rs jersey-client
Jersey: A message body writer for Java Class and MIME mediatype application/json was not found

after trying to figure out what's my problem I finally decided to ask you how to solve my problem. I've …

eclipse json jersey message mime
A message body writer for Java class java.util.ArrayList

I received the below stack trace when accessing on of my jax-rs resources. I'm using Tomcat 7, with Jersey 1.12 and Hibernate 4 …

java list jersey jax-rs
Deploying a Jersey webapp on Jboss AS 7

Currently running some webapps on Jboss AS 4/5 and I am testing migration to jboss7. When I try to deploy a …

jboss migration jersey jboss7.x
Handling Multiple Query Parameters in Jersey

In the web service I'm working on, I need to implement a URI with query parameters which look like /stats?…

java rest path jersey
Jersey 2 injection source for multipart formdata

I had a method: @POST @Consumes("multipart/form-data") @Produces( {"text/xml"}) public Response processForm( @FormDataParam("myparam") InputStream is, @FormDataParam("myparam") …

java jersey tomcat7 jax-rs multipartform-data
How to automate documentation of a REST API (Jersey Implementation)

I have written a pretty extensive REST API using Java Jersey (and JAXB). I have also written the documentation using …

java rest documentation automation jersey
Handling custom error response in JAX-RS 2.0 client library

I am starting to use the new client API library in JAX-RS and really loving it so far. I have …

java json jersey jackson jax-rs
jersey NoClassDefFoundError: org/objectweb/asm/ClassVisitor exception

First time I'm trying a WebService using jersey. The below code I got from some blog. I am getting following 500 …

java web-services jakarta-ee jersey jersey-client
How to choose between Jersey, Apache Wink and JBoss RESTEasy?

I just heard about Apache Wink, and I was wondering what differences it had compared to Jersey or JBoss RESTEasy. …

apache jersey jax-rs resteasy