Top "Jersey-2.0" questions

Jersey 2.0 is the open source, early access JAX-RS 2.0 (JSR-339) reference implementation for building RESTful Web services.

Jersey jax.rs client 2.5 follow redirect from HTTP to HTTPS

I have a setup where tomcat server hosting my REST servers redirects calls from HTTP (port 9080) to HTTPS ( port 9443 ). I'm …

rest tomcat redirect jersey-2.0 jersey-client
Restful webservice with jersey 2.0 without maven

Can anybody tell me how to make a restful web service with Jersey 2.0 by not using maven. I have searched …

web-services rest jersey jersey-client jersey-2.0
How to in-memory unit test Spring-Jersey

I'm working with Spring-Jersey3 and cannot figure out how to unit test the RESTFul API with Spring beans Controller package …

spring unit-testing junit jersey jersey-2.0
Trouble creating a simple singleton class in Jersey 2 using built-in Jersey dependency injection

I am having trouble getting a very basic implementation of a singleton class off the ground with Jersey 2 (2.7) and only …

dependency-injection singleton jax-rs jersey-2.0 hk2
Jersey 2 client with maven

I want to create simple Jersey 2 Client app with Maven (Server app is also implemented and runs). My pom.xml &…

java maven jersey jersey-2.0 jersey-client
Registering JacksonJsonProvider with ObjectMapper + JavaTimeModule to Jersey 2 Client

I'm trying to marshal response containing ISO formatted timestamp like that: { ... "time" : "2014-07-02T04:00:00.000000Z" ... } into ZonedDateTime field in …

java jackson jersey-2.0 jsr310
WARNING: The (sub)resource method contains empty path annotation

I have configured rest path like "/v1/" and the endpoint configured in servlet like '/test/'. Now I removed …

java rest jersey jetty jersey-2.0
How to implement a retry mechanism in jersey-client java

I am doing some http rest api calls using jersey-client. Now I want to do a retry for a failure …

java jersey-2.0 jersey-client
Jersey, Tomcat: The requested resource is not available error

I have been working towards getting a RESTful service set up using Jersey and Tomcat in RAD 8.5. I have looked …

eclipse rest tomcat7 jersey-2.0 rad
JAX-RS HATEOAS Using Jersey, Unwanted Link properties in JSON

Since Jersey 2.9, it's been possible to create link relations for hypermedia-driven REST APIs through declarative linking. This code, for example: @…

java rest jersey jax-rs jersey-2.0