Top "Jersey" questions

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

Dependency injection with Jersey 2.0

Starting from scratch without any previous Jersey 1.x knowledge, I'm having a hard time understanding how to setup dependency injection …

java dependency-injection jersey jersey-2.0 hk2
File upload along with other object in Jersey restful web service

I want to create an employee information in the system by uploading an image along with employee data. I am …

java jersey jax-rs multipartform-data postman
Jersey Exception : SEVERE: A message body reader for Java class

I have a Jersey based Rest WS which outputs JSON. I am implementing a Jersey Client to invoke the WS …

java json rest jersey
How do I use the Jersey JSON POJO support?

I have an object that I'd like to serve in JSON as a RESTful resource. I have Jersey's JSON POJO …

java json rest jakarta-ee jersey
jersey security and session management

Is there a way to get session management or security programatically in Jersey, e.g. web-application session management? Or are …

java jersey
ClassNotFoundException when starting tomcat

I'm trying to make a REST web service. My project looks like : The traceback is : 8 déc. 2011 18:31:36 org.apache.catalina.…

web-services rest tomcat jersey classnotfoundexception
jersey web service json utf-8 encoding

I made a small Rest webservice using Jersey 1.11. When i call the url that returns Json, there are problems with …

java character-encoding jersey
How to handle CORS using JAX-RS with Jersey

I'm developing a java script client application, in server-side I need to handle CORS, all the services I had written …

java rest jersey jax-rs cors
What is PrintWriter out = response.getWriter() in a Servlet?

I am new to Servlets. Please, tell me about this line, and its use in the Jersey Framework + RESTful web …

servlets jersey printwriter
Custom ObjectMapper with Jersey 2.2 and Jackson 2.1

I am struggling with a REST application with Grizzly, Jersey and Jackson, because Jersey ignores my custom ObjectMapper. POM dependencies: &…

java jersey jackson jax-rs jersey-2.0