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.

Spring-Boot Jersey: allow Jersey to serve static content

The application uses JDK 8, Spring Boot & Spring Boot Jersey starter and is packaged as a WAR (although it is …

java maven spring-boot jersey-2.0
Jersey client Post Request with x-www-form-urlencoded Fails

Hi I am using Glassfish jersey-client to get oauth-Token from REST URL. I am able to get the token via …

java rest jersey jersey-2.0 jersey-client
jersey-spring3 instantiating Spring-managed bean (null!)

I first want to point out that this is by and large the biggest problem in terms of time wasted …

spring rest dependency-injection jersey jersey-2.0
Closing connection in GET request using Jersey Client 2.22.1

I am using Jersey client for REST calls from Java code: <dependency> <groupId>org.glassfish.jersey.…

jersey jersey-2.0 jersey-client
What is the relationship between Jersey, JAXB, JAX-RS, Moxy, Jackson, EclipseLink Moxy, json and xml?

I am coming from Node.js background and have quite a good understanding of RESTful web services. Now I am …

java rest jersey jersey-2.0 jaxb2
jersey rest and csv response

I have created a rest call that responds back with the CSV file using Jersey. rest call code is: @GET @…

java rest jersey-2.0 jersey-1.0
Jersey 2 on Jboss 7

Has anyone had success deploying Jersey 2.x with JBoss 7.x? I've tried deploying Jersey 2.5 with JBoss 7.1.1 but encountered errors like: "…

java jboss jersey jboss7.x jersey-2.0
How to use Asynchronous Callbacks in Jersey 2 in tomcat 7

How to use asynchronous callbacks of jersey 2 in tomcat server. I found some examples in Jersey manual : https://jersey.java.…

java rest tomcat asynchronous jersey-2.0
Unable to Mock Glassfish Jersey Client response object

I am having problems with creating a mock Response object to use with my unit tests. I am using org.…

unit-testing glassfish mockito jersey-client jersey-2.0
How call PUT through Jersy REST client with null entity

I want to call some "upgrade" REST API through Jersy client, which is declared as PUT and does not require …

rest jersey-2.0 jersey-client