-->

تحميل كتاب بناء تطبيقات GIS WEB باستخدام برنامج الارك Building Web Application With ArcGIS

تحميل كتاب بناء تطبيقات GIS WEB باستخدام برنامج الارك Building Web Application With ArcGIS

    تحميل كتاب بناء تطبيقات GIS WEB باستخدام برنامج الارك Building Web Application With ArcGIS 

    استكمالا لسلسلة تعلم بايثون للمبتدئين learn python نقدم لكم في هذه المقالة كتاب تحميل كتاب بناء تطبيقات باستخدام برنامج الارك Download the book Building Web Application With ArcGIS for free، من تأليف حسين ناصر. 

    مقدمة عن بعض محتويات كتاب بناء تطبيقات GIS WEB باستخدام برنامج الارك Building Web Application With ArcGIS 

    What you need for this book 

    For this book, you'll require: 
    • A Windows machine running Windows Server 2008 R2 SP1, preferably, since this is what the book is using Windows 7 and 8 and 10 will also work. 
    • ESRI ArcGIS for Server 10.1.x or 10.2 or 10.3 or 10.5 to host the map service. This book uses ArcGIS for Server 10.2. Click here download ArcGIS for Server

    Setting Up the Basic Web Application 

    In the previous chapter, we introduced the Bestaurants project. We proposed an interface that gave us a good idea of what the web application will look like based on the project requirements. We also designed an architecture, which illustrated the different components that the project will consist of. We haven't done any development but we managed to set up ArcGIS for Desktop and ArcGIS for Server, and published the Bestaurants database as a service. 

    In this chapter, we will set up the web server on which the web application will run. We will spend the rest of the chapter implementing the interface we designed in the previous chapter and will add some ArcGIS code that will connect to the service we have published. We will slowly continue adding functionalities to the web application. This theme will continue throughout the book until the web application is completed in the last chapter. 

    For this chapter, it is recommended that you install both Notepad++ and Google Chrome. Notepad ++ is a great text editor that you can download for free Click here to download http://notepad-plus-plus.org/. It will help us throughout the rest of the chapters, and Chrome has great built-in debugging tools for developers to troubleshoot code, monitor browser requests and more. This is something Internet Explorer lacks as of the latest version IE 11. Google Chrome can be downloaded Click here to download .

    Setting up the web server 

    If you have developed websites before, you know that you need to host your site on a web server such as Apache and Internet Information Server (IIS). I will be using IIS, specifically Version 7, in the course of this book; however, feel free to use any other web server you prefer. 

    Setting up the ArcGIS web application 

    As you may know, any web application can be accessed through an address and a port. This is how you uniquely define a website. For example, www.gis-zaghlol.com, which can also be written as www.gis-zaghlol.com:80, this means the website is hosting on the default HTTP port 80. Port 80 is the default HTTP port and that is why browsers ignore it.


    إرسال تعليق