This document discusses upcoming support for REST web services in Oracle JDeveloper using ADF Business Components. Key points include:
- Oracle has established REST standards for resource naming, URIs, metadata, pagination, security, and caching across all Oracle products.
- ADF BC will generate RESTful services using JSON payloads from VO instances defined in a resource definition file.
- Resources will include collections, single resources, and resources in a "context" that allow filtering and expanding links between related data.
- Features like pagination, filtering, payload filtering, and a resource catalog will provide metadata about the REST resources and allow customized requests.
- A new ADF Mobile REST Data Control is being developed