1.

How Many Types Of Data Model Are Available In Sapui5?

Answer»

SAPUI5 has following predefined four DATA models available:

  1. JSON Model: Client-SIDE model, supports two way binding.
  2. XML Model : Client-side model and intended for small data sets this is very RARELY used model.
  3. Resource Model : This is also client side model used to maintain resource BUNDLES, specially texts.
  4. ODATA Model : This is most important model of the four provided.

SAPUI5 has following predefined four data models available:



Discussion

No Comment Found