jaxrs.md

July 15, 2021 · View on GitHub

Bookmarks tagged [jaxrs]

www.codever.land/bookmarks/t/jaxrs

Validating JAX-RS resource data with Bean Validation in Java EE 7 and WildFly

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 ...


What Is Faster EJBs or CDI? - YouTube

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


REST with Java (JAX-RS) using Jersey - Tutorial

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 (...


GitHub - redhat-developer/redhat-sso-quickstarts

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 ...


Introduction | RESTfu­­l Jav­a­ wit­h ­JAX­-­­RS 2.­0­ (Second Edition)

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


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.