JAX-RS: Java API for RESTful Web Services.
I'm trying to retrieve some parameters that are passed to jax-rs from a posted form with the HttpServletRequest. However, my …
java rest jakarta-ee java-ee-6 jax-rsIs there a rule of thumb as to when one should use path parameters for a URL versus when you …
java rest jax-rsI am working on a project that involves mobile and web clients with Google's AppEngine PAAS. I would like to …
google-app-engine rest jax-rs restlet resteasyThis is what I have so far: This initializes my REST service package com.dothatapp.web.rest; import javax.servlet.…
java servlets jersey jax-rs glassfish-4I have a maven project that give the following two errors JAX-RS (REST Web Services) 2.0 can not be installed : One …
eclipse jax-rs eclipse-keplerI'm building rest service using an authentication/authorization mechanism as described in this tutorial: http://howtodoinjava.com/2013/06/26/jax-rs-resteasy-basic-authentication-and-authorization-tutorial/ Basically it …
java rest jax-rs resteasyI'm trying to understand how authentication and authorization work in DropWizard. I've read their auth guide as well as the …
java jersey jax-rs basic-authentication dropwizard