Friday, September 8, 2017

JDev/ADF sample - Oracle JET Simple Table with Fake JSON Server

  • Oracle JET Simple Table with Fake JSON Server. What if you want to build JET UI, but there is no back-end REST service ready yet. You could use static JSON data inside JET app and load it from the JSON file. This works, but data retrieval logic will need to be changed after REST service will be ready. This is not productive. Ideally you would like to have fake REST service to simulate REST calls from JET UI, until real REST back-end is ready.
    Download - jetsimplecrud

No comments: