New posts in jax-rs

A message body writer for Java class not found

CXF JAXRS - How do I pass Date as QueryParam

How to produce JSON output with Jersey 1.6 using JAXB

Jersey + Jackson JSON date format serialization - how to change the format or use custom JacksonJsonProvider

How to reuse Jersey's JSON/JAXB for serialization?

What is the difference between @PathParam and @PathVariable [closed]

How to return a partial JSON response using Java?

How to deploy a JAX-RS application?

A message body writer for Java type, class myPackage.B, and MIME media type, application/octet-stream, was not found

javax.xml.bind.JAXBException: Class *** nor any of its super class is known to this context

How to combine websockets and http to create a REST API that keeps data up to date? [closed]

Get ServletContext in JAX-RS resource

How to have a @PATCH annotation for JAX-RS?

MessageBodyWriter not found for media type=application/json

How to POST a JSON object to a JAX-RS service

How to choose between Jersey, Apache Wink and JBoss RESTEasy? [closed]

JAX-RS Frameworks [closed]

Required @QueryParam in JAX-RS (and what to do in their absence)

Jersey - How to mock service

Java RestFull WebService: JAX-RS implementation with Jersey 2.3.1 libraries