News Ticker

Linkedin Learning

JAX-RS Media Types

June 28, 2017 // 8 Comments

Introduction to @Consumes and @Produces All resource methods can consume and produce content of almost any type. If you make a POST request to a URI, such as api/books, the [...]

JAX-RS Resource Entities

June 27, 2017 // 3 Comments

How to Create JAX-RS Resource Entities Let’s take a look at the creation of JAX-RS resource entities, why they should be annotated @XmlRootElement and discover how to [...]

What is JAX-RS 2.0?

June 23, 2017 // 3 Comments

Introduction to Java EE and JAX-RS JAX-RS is the Java API for RESTful web services, normally shortened to just JAX-RS, and it is Java’s implementation of the REST [...]