Top "Jax-rs" questions

JAX-RS: Java API for RESTful Web Services.

What is the equivalent of @Context UriInfo in Spring Rest

I have worked in Jersey and RESTEasy framework earlier and now we will be using Spring Rest for a new …

spring-mvc jersey jax-rs resteasy spring-rest
ParamConverterProvider method return type mismatch

In the below code snippet I keep receiving the following error in the Provider class. Type mismatch: cannot convert from …

jax-rs java-7 eclipse-kepler jersey-2.0
how to disable Jersey from weblogic 12.2.1

Weblogic 12.2.1 has Jersey 2.21.1 inside as implementation of JAX-RS 2.0,but we would like to use Jersey 2.5.1 or Jersey of the latest …

jax-rs jersey-2.0 weblogic12c
how to see actual body sent from restassured

I have created a jax-rs rest api and tested it with rest-assured. All tests are green. Now I am trying …

jax-rs wildfly rest-assured
How to handle the wrong JSON content type from web-services using the JAX-RS standard client API?

I want to use the Rotten Tomatoes API to search for movies. I have an equivalent fully working application that …

java json web-services jax-rs rotten-tomatoes
How to determine remote IP address from JAX-RS resource?

I have the following JAX-RS resource running in Grizzly HTTP server: @Path("/board") public class BoardResource { @POST @Consumes("application/x-www-form-urlencoded") …

glassfish jax-rs grizzly
Generated WADL for a List of Resources

I am struggling for a couple of days now with the following problem. I searched quite a lot for an …

list jaxb jersey jax-rs wadl
JAX-RS failed to inject @EJB or @Inject

I'm trying to test a minimal JAX-RS + EJB/CDI injection mechanism and currently hitting a road-block due to GlassFish unable …

jakarta-ee ejb glassfish-3 jax-rs inject
spring boot application configuration for JaxRs based Swagger

Is there an example available to configure spring boot+Jersey+JaxRs application for Swagger? Referring to this post, I have …

jax-rs spring-boot swagger swagger-ui jersey-1.0
Resteasy @FormParam returns always null

Can anyone please help me with this. I created a web service using resteasy with wildfly 8.1.0 but @FormParam always returns …

jakarta-ee jax-rs resteasy wildfly-8