Top "Jax-rs" questions

JAX-RS: Java API for RESTful Web Services.

Practical advice on using Jersey and Guice for RESTful service

From what I can find online, the state of the art for Guice + Jersey integration has stagnated since 2008 when it …

java guice jersey jax-rs jsr330
Sort API methods in Swagger-UI

I cannot find any working example, how to achieve the following: I want my API methods in the Swagger-UI sorted …

java jax-rs swagger swagger-ui
How to return a partial JSON response using Java?

I'm building a RESTful API and want to provide developers with the option to choose which fields to return in …

java json cxf jax-rs
Spring REST WS : jersey vs resteasy vs restlet vs apache cxf vs Spring WS

I am planning to build a ResT full web service using spring 4 and java 7 for a complex highly performance oriented …

java spring rest jax-rs spring-ws
Using Gson instead of Jackson in Jersey

I have a RESTful service that consumes and produces JSON objects, and I would like Jersey to use Gson instead …

jaxb jersey jax-rs jackson gson
AsynchronousDispatcher error

i am getting the error when i try to upload a file based exactly off the example shown here Sample …

java jax-rs jboss7.x
JAX-RS Application on the root context - how can it be done?

I would like to have my JAX-RX Application start at the root context so my URLs will be http://example.…

java jax-rs
Servlet vs RESTful

Today I read about Restful services. Basically what I understand that is Restful webservices will work on HTTP request methods …

jakarta-ee servlets jax-rs
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class com.sun.jersey.core.header.MediaTypes

I'm trying to run a jersey client and facing this issue. WS Class: import javax.ws.rs.GET; import javax.…

java jersey jax-rs jersey-client
Integrating Jetty with JAX-RS-Jersey

After an exhaustive search of the web and Stackoverflow, I am still stuck with trying to figure out how to …

java servlets jetty jersey jax-rs