1.

In Ui5 Data Binding Supports, What Are The Different Model Implementations?

Answer»

UI5 DATA binding SUPPORTS three different model implementations:

  1. JSON Model supports data in a JavaScript OBJECT Notation format and It supports two-way binding.
  2. XML model supports XML data and it supports two-way binding.
  3. OData model supports OData COMPLIANT data. It creates OData requests and handles responses. It includes the open source library dataJS to handle OData requests and data. It supports two-way experimental binding.

UI5 data binding supports three different model implementations:



Discussion

No Comment Found