Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 2.37 KB

jaxrs.md

File metadata and controls

31 lines (26 loc) · 2.37 KB

Bookmarks tagged [jaxrs]

http://www.vogella.com/tutorials/REST/article.html

RESTful web services with Java (Jersey / JAX-RS). This tutorial explains how to develop RESTful web services in Java. It uses the JAX-RS reference implementation Jersey. In this tutorial Eclipse 4.7 (...


https://github.com/redhat-developer/redhat-sso-quickstarts

redhat-sso-quickstarts - Quickstarts for the Red Hat Single Sign-On (SSO) Server The quickstarts demonstrate securing applications with RH-SSO. They provide small, specific, working examples that can ...


https://dennis-xlc.gitbooks.io/restful-java-with-jax-rs-2-0-2rd-edition/en/index.html

Complete JAX-RS 2.0 book - lots of useful examples


https://docs.oracle.com/javaee/7/tutorial/jaxrs-client002.htm

The rsvp and customer examples use the Client API to call JAX-RS services. This section describes how each example application uses the Client API.