New posts in jax-rs

How to configure Jackson in Wildfly?

What objects can I inject using the @Context annotation?

JAX-RS Post multiple objects

How to enable Cross domain requests on JAX-RS web services?

Input and Output binary streams using JERSEY?

Can not deserialize instance of java.util.ArrayList out of START_OBJECT token

How to implement JAX-RS RESTful service in JSF framework

JAX-RS Jersey 2.10 support in Websphere 8

Difference between JAX-RS and Spring Rest

How to set up JAX-RS Application using annotations only (no web.xml)?

URL matrix parameters vs. query parameters

What exactly is the ResourceConfig class in Jersey 2?

JAX-RS / Jersey how to customize error handling?

Inject an EJB into JAX-RS (RESTful service)

JAX-RS — How to return JSON and HTTP status code together?

REST response code for invalid data

File upload along with other object in Jersey restful web service

When to use @QueryParam vs @PathParam

Java 8 LocalDate Jackson format

How to implement REST token-based authentication with JAX-RS and Jersey