| 1. |
Explain The Core Concept Of Emberjs? |
|
Answer» Store: It is central repository and cache of all records available in an application. It can be ACCESSED by controller and ADMIN. Models: A model is a class which DEFINES the DATA of properties and behavior. Records: A record is an instance of a model which contains information that is loaded from a server. Adapter: It is responsible for translating requested records into the appropriate calls t. Serializer: Translating JSON data into a record object. AUTOMATIC Caching: Used for caching. Store: It is central repository and cache of all records available in an application. It can be accessed by controller and admin. Models: A model is a class which defines the data of properties and behavior. Records: A record is an instance of a model which contains information that is loaded from a server. Adapter: It is responsible for translating requested records into the appropriate calls t. Serializer: Translating JSON data into a record object. Automatic Caching: Used for caching. |
|