Typical Workflow for Binding Data in Oracle JET
Understand Oracle JET's support for the Model-View-ViewModel design. Learn how to use the Oracle JET Common Model and Collection API and how to integrate REST services into your Oracle JET application.
To use the Oracle JET Common Model for building CRUD applications, refer to the typical workflow described in the following table:
| Task | Description | More Information |
|---|---|---|
|
Understand Oracle JET support for data binding |
Identify Oracle JET's support for the Model-View-ViewModel design. |
|
|
Use Oracle JET's Common Model and Collection |
Identify the Oracle JET Common Model and Collection API, its relationship with Knockout, and how to use it in your Oracle JET application. |
|
|
Integrate REST services |
Understand how to integrate REST services into your Oracle JET application. |
|
|
Create a CRUD application |
Create a CRUD application using the Oracle JET Common Model and Collection API. |