A JBoss project that provides various frameworks to help build RESTful web services and Java applications
I'm trying to test Keycloak REST API. Instaled the version 2.1.0.Final. I can access the admin through browser with SSL …
java jackson resteasy keycloakI 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 resteasyI'm trying to perform an basic auth to the login-module which runs on my jboss using REST. I already found …
basic-authentication resteasyI'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 have a RESTeasy-based REST web service (see below). I'm trying to use the google REST client to execute a …
rest jax-rs resteasyI just found that org.jboss.resteasy.client.ClientRequest is deprecated, invalidating everything I could find on Google about how …
java jboss resteasy