Top "Jax-rs" questions

JAX-RS: Java API for RESTful Web Services.

How to read several (file) inputs with the same name from a multipart form with Jersey?

I have successfully developed a service, in which I read files uploaded in a multipart form in Jersey. Here's an …

java forms jersey jax-rs multipart
Use REST client to call multipart/form-data Rest web service

I have a RESTeasy-based REST web service (see below). I'm trying to use the google REST client to execute a …

rest jax-rs resteasy
@JsonFilter throws "JsonMappingException: Can not resolve BeanPropertyFilter"

Is it possible to selectively determine when the @JsonFilter annotation gets used at runtime? I'm getting JsonMappingException exception (see below) …

json cxf jax-rs jackson
How to extract ObjectMapper from JAX-RS Client?

I am using Jersey JAX-RS client (version 2.0). I know it is using a Jackson ObjectMapper to generate and parse JSON. …

json jersey jackson jax-rs jersey-client
How to get instance of javax.ws.rs.core.UriInfo

Is there any implementation of javax.ws.rs.core.UriInfo which I can use to create an instance quickly for …

java unit-testing jax-rs jersey-2.0 grizzly
JAX-RS 2.0 change default implementation

I'm trying to use RESTEasy as JAX-RS 2.0 client implementation. The problem is that I got runtime exception: 06-28 13:29:06.410: E/AndroidRuntime(5745): …

rest jersey jax-rs resteasy
Best way to handle JAX-RS REST API URI versioning

I did my search first in stackoverflow & I was not able to find out any answers related to my …

java rest jax-rs resteasy
How to return image as stream from JAX-RS?

I'm trying to return an image in a JAX-RS web service. I was able to get this successfully working by …

cxf jax-rs jackson
How to integrate JAX-RS with CDI in a Servlet 3.0 container

I have a web application running on a Servlet 3.0 container (Jetty 9.0.4) using JSF 2.2 (Mojorra 2.1.3) & CDI 1.1 (Weld 2.0.3). No full-fledged application …

rest jakarta-ee jax-rs cdi servlet-3.0
Keycloak JAX-RS and Postman Authorization (Auth URL)

I have resources with jax-rs and use keycloak I want to get the token with Postman this is the database …

oauth-2.0 jax-rs token postman keycloak