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 ...
- 📆 published on: 2014-04-01
- tags: bean-validation, jaxrs, javaee, wildfly, jboss
- source code
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
- tags: javaee, jaxrs, ejb, cdi, benchmarking
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 ...
- tags: rh-sso, node.js, javaee, jaxrs
- source code
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
- tags: java, jaxrs, javaee, free-programming-books, rest-client
30.2 Using the Client API in the JAX-RS Example Applications - Java Platform, Enterprise Edition: The Java EE Tutorial (Release 7)
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.