From the course: Java EE: RESTful Service with JAX-RS 2.0

Welcome

From the course: Java EE: RESTful Service with JAX-RS 2.0

Start my 1-month free trial

Welcome

- [Alex] One of the most worldly used API's in the Java E specification is JAX-RS. With its annotation-driven configuration model, it is the easiest and most natural way to implement restful architectural patterns. Hi, I'm Alex Theedom. I am passionate about Java Enterprise edition. It's a powerful and light-weight ecosystem, and I have been developing applications with it for well over 10 years. In this course, you will learn how to develop both restful and server applications. You will learn how to create and test resource endpoints, how to add hypermedia to resources in order to make your restful API dynamic, how data integrity is ensured by implementing the bean validation API, and how validation failures are handled. You'll learn how to use media types such as JSON, and how the JSON processing API integrates with JAX-RS. By the end of this course, you can expect to be comfortable creating and using JAX-RS to develop a simple, fully functioning restful API. Well I hope you're ready, so let's get started.

Contents