Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jax-rs

JAX-RS (Jersey 2) security, @PermitAll and @RolesAllowed not working as expected

java rest security jersey jax-rs

URI-specific ExceptionMapper in JAX-RS

jersey jax-rs guice

Specific MessageBodyWriter for field

java jackson jax-rs resteasy

CXF JAX-RS client proxy not maintaining cookies

java rest cxf jax-rs

JAX-RS implementation on Websphere 8.0.0.6

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