This document provides an overview and summary of JAX-RS 2.0, the Java API for RESTful Web Services version 2.0 specification. It discusses how JAX-RS originated and the goals of version 1.0. It then summarizes the key new features in JAX-RS 2.0 including the client API, filters and interceptors, asynchronous processing, improved content negotiation, validation, hypermedia support, and alignment with JSR 330. Examples are provided of how to use the new client API and how filters and interceptors work.