REST assured with JAX-RS
  • Introduction
  • Warm up
  • JAX-RS Core Part I
  • JAX-RS Core Part II
  • JAX-RS Core Part III
  • JAX-RS Providers Part I
  • JAX-RS Providers Part II
  • JAX-RS Providers Part III
  • JAX-RS for Power Users Part I
  • JAX-RS for Power Users Part II
  • Asynchronous JAX-RS
  • JAX-RS 2.1 - the latest & greatest
Powered by GitBook
On this page

Was this helpful?

Introduction

NextWarm up

Last updated 5 years ago

Was this helpful?

Head over to to grab a PDF version of this book

This book covers the nitty gritty of JAX-RS: a Java based standard (specification) for building RESTful web services. It covers (the latest edition) and can be used as a cheat sheet or a getting started with JAX-RS style guide.

The contents of this book are divided into distinct sections which cover the bare basics, core components and some of the advanced framework features as well. Here is an overview

  • JAX-RS 2.1 (latest addition) - Server Sent Events, JSON-B integration, Reactive Client API etc.

  • Core: resources, annotations, HTTP method dispatch, injection

  • Providers: message body readers & writers, filters, interceptors, exception mappers

  • Advanced: request processing pipeline, method matching, caching, content negotiation

  • Other topics: Asynchronous processing, Client API, Security

Leanpub
JAX-RS 2.1