Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jax-rs

Jersey throws NullPointerException when parsing corrupt request

java rest jersey jax-rs

Prevent Tomcat from interfering with Jersey/JAX-RS 2 Response Body on HTTP Error Status 4xx or 5xx

Enabling OAuth1 Support on a Jersey Jax-rs web service

ParamConverterProvider method return type mismatch

Does the Jersey client close the connection on exception?

jersey jax-rs

Jersey RESTful Services: Resources & Responses

java rest jersey jax-rs

CXF ClassNotFoundException: javax.ws.rs.MessageProcessingException

java cxf jax-rs jax-ws

jersey @PathParam: how to pass a variable which contains more than one slashes

How do I get hold of HTTP request headers in a CDI bean that's injected into a JAX-RS webservice?

java jax-rs httprequest cdi

Class not found when using JAX-RS with Eclipse and Glassfish

Why is JAX-WS part of the JDK but JAX-RS is not?

Correct http error code if id passed in body not exists/invalid?

JAX-RS jersey ExceptionMapper: How to know the method who threw the exception

java rest jersey jax-rs

Unit testing ContainerRequestFilter which uses ResourceInfo with mockito

Shiro: How to write a test for an endpoint protected with @RequiresRoles?

java jax-rs shiro

Using CDI + WS/RS + JPA to build an app

How to handle persistence context (EntityManager) with jax-rs sub-resource locators?

java rest jpa jax-rs

Why does Jersey swallow my "Content-Encoding" header

jersey jax-rs jersey-client

Why use REST @Produces annotation

Jersey/Jax-RS: how to filter resource and sub-resources