- Learning Ext JS(Fourth Edition)
- Carlos A. Méndez Crysfel Villa Armando Gonzalez
- 199字
- 2021-07-16 13:20:33
Chapter 4. It's All about the Data
In this chapter, we're going to learn about the use of the data package in Ext JS. Also, we will talk about Ajax, Data Models, Data Stores, and the available readers and writers that we can use in order to store our data locally.
The data package is what will let us load and save data in our code or application(s). It's important to have a solid understanding of the data package so we can link or bind data into Ext JS components. The data package contains multiple classes to handle data, but there are some main classes which will be used almost always. Take a look at the following figure:
Ext JS creates an abstract layer with a lot of classes and configurations; the idea is to use these classes when dealing with information. All the widgets and components that show information use the data package to manipulate and present the data easily.
Note
It's important to mention that a web server is required for this chapter and the following chapters. It doesn't matter which one you decide to use because we are not using any specific server-side technology.
- Advanced Splunk
- TypeScript Essentials
- Java EE框架整合開(kāi)發(fā)入門到實(shí)戰(zhàn):Spring+Spring MVC+MyBatis(微課版)
- C#編程入門指南(上下冊(cè))
- Vue.js快速入門與深入實(shí)戰(zhàn)
- Spring Boot+Spring Cloud+Vue+Element項(xiàng)目實(shí)戰(zhàn):手把手教你開(kāi)發(fā)權(quán)限管理系統(tǒng)
- Cassandra Data Modeling and Analysis
- Python機(jī)器學(xué)習(xí):手把手教你掌握150個(gè)精彩案例(微課視頻版)
- Test-Driven Machine Learning
- 基于ARM Cortex-M4F內(nèi)核的MSP432 MCU開(kāi)發(fā)實(shí)踐
- HoloLens與混合現(xiàn)實(shí)開(kāi)發(fā)
- JavaScript程序設(shè)計(jì)(第2版)
- Cocos2d-x Game Development Blueprints
- MATLAB GUI純代碼編寫從入門到實(shí)戰(zhàn)
- Building Serverless Web Applications