This document provides an overview and summary of using native REST web services with Oracle 11g:
1) It discusses REST (REpresentational State Transfer) and the Restlet framework for building REST applications in Java. The Restlet framework includes an XDB Restlet adapter to integrate with Oracle XML DB.
2) It demonstrates creating a simple REST application using the XDB adapter and Restlet framework with sample Java resource classes to represent users, orders, and order items.
3) It shows how to register the REST application with Oracle XML DB, test the application using HTTP requests, and benchmark the performance of caching.