- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- Eric Pimpler Mark Lewin
- 184字
- 2021-07-02 15:48:54
JavaScript fundamentals
As the name implies, the ArcGIS API for JavaScript requires that you use the JavaScript language when developing your application. There are some fundamental JavaScript programming concepts that you will need to know before starting to build your application.
JavaScript is a lightweight scripting language that is embedded in all modern web browsers. Although JavaScript can certainly exist outside the web browser environment in other applications, it is best known for its integration with web applications.
All modern web browsers including Chrome, Firefox, Safari, and Edge have JavaScript embedded. The use of JavaScript in web applications enables the creation of dynamic applications that do not require round trips to the server to fetch data, and thus the applications are more responsive and feel like native applications. However, JavaScript can submit requests to the server for more (or more up-to-date) information, and is a core technology in the AJAX (Asynchronous JavaScript and XML) stack.
- 編程的修煉
- Visual Basic 6.0程序設計計算機組裝與維修
- Python數(shù)據(jù)分析基礎
- 圖解Java數(shù)據(jù)結構與算法(微課視頻版)
- 深入實踐Spring Boot
- Apache Spark 2 for Beginners
- OpenNI Cookbook
- Mastering Ubuntu Server
- Mastering macOS Programming
- 第一行代碼 C語言(視頻講解版)
- Android玩家必備
- PHP與MySQL權威指南
- 算法設計與分析:基于C++編程語言的描述
- 現(xiàn)代CPU性能分析與優(yōu)化
- Using Yocto Project with BeagleBone Black