
List of examples:
-----------------

Book package:
 - rest : Examples from the "RESTful Web Services" book from O'Reilly.

Misc package:
 - AwsTest		: Illustrates authentication to Amazon Web Services
 - HeadersTest  : Simple Restlet displaying the raw HTTP "Accept" header
 - SimpleClient : Simple HTTP client calling the simple server
 - SimpleServer : Simple HTTP server invoked by the simple client
 
Tutorial package:
 - Part02a : Retrieving the content of a Web page
 - Part02b : Retrieving the content of a Web page (detailled)
 - Part03  : Listening to Web browsers
 - Part05  : Components and Virtual Hosts
 - Part06  : Serving static files
 - Part09a : Guarding access to sensitive resources
 - Part09b : Authenticating to an HTTP server
 - Part10  : URI rewriting and redirection
 - Part11  : Routers and hierarchical URIs

Spring package:
 - Book : Spring version of Bookmarks example from Book package
