# Introduction

![](https://306641893-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M3y20skOpa1fn2NwAFz%2F-M3y21RiL2z2imUMTDD-%2F-M3y226XU1TzgFDeh1s0%2Ftitle_page.jpg?generation=1585883930812021\&alt=media)

> ## Head over to [Leanpub ](https://leanpub.com/rest-assured-with-jaxrs)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 [**JAX-RS 2.1**](https://github.com/abhirockzz/rest-assured-with-jaxrs/tree/4d902d1208300d4f51b514c10a4007954c82212b/jcp.org/en/jsr/detail?id=370/README.md) (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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://abhishek-gupta.gitbook.io/rest-assured-with-jaxrs/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
