Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jax-rs

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

JAX-RS 2.0 WebSphere 8.5 without isolated shared library

How to use PATCH method in CXF

java rest jax-rs cxf http-patch

JAX-RS: Custom SecurityContext has unexpected type when injected into resource method

Using Spring RestTemplate in JAX-RS project

spring rest jax-rs

RESTEASY002142: Multiple resource methods match request

java rest jax-rs resteasy

JAX-RS with Jersey: Passing form parameters to PUT method for updating a Resource

java rest jaxb jersey jax-rs

Including null elements in JSON output of Jersey RESTful API with JAXB

java json jaxb jersey jax-rs