ArcGIS JavaScript Plus Django Equals Dynamic Web App · 2015-07-15 · ArcGIS JavaScript Plus...

Preview:

Citation preview

ArcGIS JavaScript Plus Django Equals Dynamic Web App

Leslie H. Morgan, Ph.D., GISP

Presenter
Presentation Notes
G67940_UC15_Tmplt_4x3_4-15 Esri Corporate Template v2.1 April 18, 2014 See http://arczone/resources/presentations.cfm for sample files and icons.

https://developers.arcgis.com/javascript/

- Live Demo: - http://esri.github.io/application-boilerplate-

js/application_boilerplate/ - Download from GitHub:

- https://github.com/Esri/application-boilerplate-js

- Live Demo: - http://www.arcgis.com/apps/OnePane/basicviewer/ind

ex.html?webmap=f5b13dbed07c46cdb783cf361833aa6b

- Download from GitHub: - https://github.com/Esri/basic-viewer-template

Some that you probably know:

Simply put, MVC is way of developing software so that the code for defining and accessing data (the model) is separate from request-routing logic (the controller), which in turn is separate from the user interface (the view). - The Django Book

Recommended