This document provides an introduction to REST and Jersey. It summarizes a presentation given by Chris Winters to the Pittsburgh Java User Group on April 21, 2009. The presentation introduces REST concepts, discusses why HTTP is successful, and provides an overview of the Jersey framework for building RESTful web services in Java. It also demonstrates a simple note taking application built with REST and Jersey.