Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 3.62 KB

jaxrs.md

File metadata and controls

45 lines (38 loc) · 3.62 KB

Bookmarks tagged [jaxrs]

https://samaxes.com/2014/04/jaxrs-beanvalidation-javaee7-wildfly/

I have already approached this subject twice in the past. First, on my post Integrating Bean Validation with JAX-RS in Java EE 6, describing how to use Bean Validation with JAX-RS in JBoss AS 7, even ...


https://www.youtube.com/watch?v=6Gm0u9gX56w

Live coding of two simple jax-rs resources one annotated with EJB and one with CDI plus a benchmarking test with jmh. EJB performs better in this scenario. Write your benchmark for your situation


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.