Adding Offline Capabilities to an Oracle Visual Builder Application

Опубликовано: 04 Октябрь 2024
на канале: ShayJDev
1,614
16

Leveraging offline capabilities on a Visual Builder app accessing data from ORDS based REST Services. Blog with code at: https://blogs.oracle.com/shay/adding-...
Chapters:
0:00 - Exposing Oracle Database Table (Oracle ATP) with REST Services using ORDS and SQLDeveloper
1:30 - Building a simple Read/Create Visual Builder App Accessing above ORDS services
4:45 - Adding caching based on the book's sample
8:00 - Switching to use cache data only when offline
10:30 - Adding handling of POST(Create) operations