Cross posting from original post by Gökhan Göksu-Oracle
In this post I will be showing you how to create data controls for a mobile application in Jdeveloper to consume a REST service deployed as a RESTful Service Module on Oracle Database Cloud.
Oracle REST Data Services (formerly known as APEX Listener) is a JavaEE based implementation that offers increased functionality, enhanced security and file caching for REST resources.
For the mobile application we will use the A-Team Mobile Persistence Accelerator which is a lightweight mobile framework that enables data synchronization and persistence. This comes as a plugin that we can install in Jdeveloper (Help>Check for Updates) At the backend, we will use the RESTful Service Module 'oracle.example.hr' which is already deployed as an example service in an Oracle Database Cloud instance that exposes methods to select from employees table.
In Jdeveloper, start by creating a simple MAF Application called HR_REST. Then right-click the ApplicationController project and choose Business Tier > Mobile Application Framework > MAF Business Objects from REST Web Service in,,,continue to orig post.
Follow @OracleMobile