Samples
Data Abstract for JavaScript provides a number of samples that demonstrate the features available in the Data Abstract framework. All samples use vanilla JavaScript with a bit of jQuery and Bootstrap.
All of the samples can be found in C:\Users\Public\Documents\RemObjects Samples\Data Abstract for JavaScript
.
The JavaScript samples are served out-of-the-box by Relativity Server, so they can be run or debugged using the browser developer tools.
The following samples are available:
- A simple e-commerce site powered by Data Abstract - http://localhost:7099/js
-
A set of simple one-feature samples - http://localhost:7099/js/simple/index.html
- DA SQL sample - http://localhost:7099/js/simple/dasql.html
- Dynamic Where sample - http://localhost:7099/js/simple/dynamicwhere.html
- Dynamic Select sample - http://localhost:7099/js/simple/dynamicselect.html
- Schema Commands sample - http://localhost:7099/js/simple/commands.html
- UI framework integration sample - http://localhost:7099/js/simple/knockout.html