Document Information

Preface

Part I Introduction

1.  Overview

2.  Using the Tutorial Examples

Part II The Web Tier

3.  Getting Started with Web Applications

4.  Java Servlet Technology

5.  JavaServer Faces Technology

6.  Introduction to Facelets

7.  Using JavaServer Faces Technology in Web Pages

8.  Developing with JavaServer Faces Technology

9.  Configuring JavaServer Faces Applications

Part III Web Services

10.  Introduction to Web Services

11.  Building Web Services with JAX-WS

12.  Building RESTful Web Services with JAX-RS and Jersey

What are RESTful Web Services?

Where Does Jersey Fit In?

Creating a RESTful Root Resource Class

Developing RESTful Web Services with JAX-RS and Jersey

Overview of a Jersey-Annotated Application

The @Path Annotation and URI Path Templates

More on URI Path Template Variables

Responding to HTTP Resources

The Request Method Designator Annotations

Using Entity Providers to Map HTTP Response and Request Entity Bodies

Using @Consumes and @Produces to Customize Requests and Responses

The @Produces Annotation

The @Consumes Annotation

Extracting Request Parameters

Overview of JAX-RS and Jersey: Further Information

Example Applications for JAX-RS and Jersey

Creating a RESTful Web Service

Creating a RESTful Web Service Using NetBeans IDE

Creating a RESTful Web Service From Examples Without NetBeans IDE

Creating a RESTful Web Service From Maven Archetype

Example: Creating a Simple Hello World Application Using JAX-RS and Jersey

JAXRSHelloWorld Example: Discussion

Example: Adding on to the Simple Hello World RESTful Web Service

HelloWorld3 Example: Discussion

JAX-RS in the First Cup Example

Real World Examples

Part IV Enterprise Beans

13.  Enterprise Beans

14.  Getting Started with Enterprise Beans

15.  Running the Enterprise Bean Examples

Part V Persistence

16.  Introduction to the Java Persistence API

17.  Running the Persistence Examples

18.  The Java Persistence Query Language

Part VI Security

19.  Introduction to Security in the Java EE Platform

20.  Using Java EE Security

21.  Securing Java EE Applications

22.  Securing Web Applications

Part VII Java EE Supporting Technologies

23.  Introduction to Java EE Supporting Technologies

24.  Transactions

25.  Resource Connections

Index

 

Further Information

The information in this tutorial focuses on learning about JAX-RS and Jersey. If you are interested in learning more about RESTful Web Services in general, here are a few links to get you started.

Some of the Jersey team members discuss topics out of the scope of this tutorial on their blogs. A few are listed below:

You can always get the latest technology and information by visiting the Java Developer's Network. The links are listed below: