Emaml.NET ASP.NET Server Control for ArcIMS



Similar documents
ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT

Internet Engineering: Web Application Architecture. Ali Kamandi Sharif University of Technology Fall 2007

Advanced Web Application Development using Microsoft ASP.NET

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT

GIS and Mapping Solutions for Developers. ESRI Developer Network (EDN SM)

Visual Basic.NET Certificate Program

Using Crystal Reports with VFP

GIS and Document Management Integration

2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led

Product Roadmap. Sushant Rao Principal Product Manager Fortify Software, a HP company

Personal Geodatabase 101

What is ArcGIS Comprised Of?

Upgrading a Visual Basic Application to.net:

SOFTWARE TESTING TRAINING COURSES CONTENTS

ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET

IBM WebSphere ILOG Rules for.net

HTML5. Turn this page to see Quick Guide of CTTC

Advanced Web Application Development using Microsoft ASP.NET

VB.NET - WEB PROGRAMMING

ArcGIS Web Mapping. Sam Berg, esri

Enterprise Mobile Application Development: Native or Hybrid?

Only Athena provides complete command over these common enterprise mobility needs.

Chapter 1: Introduction to ArcGIS Server

Windows Presentation Foundation: What, Why and When

SPT2013: Developing Solutions with. SharePoint DAYS AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES

Programmabilty. Programmability in Microsoft Dynamics AX Microsoft Dynamics AX White Paper

Emerging Applications at Seattle Public Utilities

BarTender s ActiveX Automation Interface. The World's Leading Software for Label, Barcode, RFID & Card Printing

Microsoft Technology Practice Capability document. WPF and Silverlight Building Rich Interactive Applications with XAML. Overview


Dreamweaver and Fireworks MX Integration Brian Hogan

Visual WebGui for ASP.NET Ajax (and other Ajax) Web Developers Learn what makes Visual WebGui not just another Ajax framework

Oracle Application Development Framework Overview

ERDAS ADE Enterprise Suite Products Overview and Position

A Tutorial on Tablet PC. Simon Fraser University CMPT 354 Fall 2007

Tutorial #1: Getting Started with ASP.NET

ORACLE ADF MOBILE DATA SHEET

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.

Next Generation Lab. A solution for remote characterization of analog integrated circuits

ESRI Mobile GIS Solutions Overview. Shane Clarke ESRI

Creating XML Report Web Services

Web Development with the Eclipse Platform

Considerations for Mobile Application Development

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis

MOVING THE SENIOR DEVELOPMENT CLASS FROM WEB DEVELOPMENT TO LIFE CYCLE DEVELOPMENT A CASE FOR VISUAL STUDIO 2005

Developing Database Business Applications using VB.NET

Documentation of open source GIS/RS software projects

Transition your MCPD Web Developer Skills to MCPD ASP.NET Developer 3.5 (VB)

[ DISTRIBUTING AVL USING ARCIMS

Navigating the Mobile App Development Landscape

Programming. Languages & Frameworks. Hans- Pe(er Halvorsen, M.Sc. h(p://home.hit.no/~hansha/?page=sodware_development

Technology Consulting

ASP &.NET. Microsoft's Solution for Dynamic Web Development. Mohammad Ali Choudhry Milad Armeen Husain Zeerapurwala Campbell Ma Seul Kee Yoon

Filestream Ltd. File Stream Document Management Integration Overview

Research on HTML5 in Web Development

Quick Start Guide to. ArcGISSM. Online

The Comparison of J2EE and.net for e-business

Enabling AJAX in ASP.NET with No Code

Base One's Rich Client Architecture

Complementing Your Web Services Strategy with Verastream Host Integrator

Publishing KML Services Tutorial

Texas Develops Online Geospatial Data Repository to Support Emergency Management

JOB TITLE: CURRENT CLASSIFICATION/GRID POSITION # IT Tech III AD Grid Level 5(e) #121 Database Administrator

Web Programming Languages Overview

Developing Business Intelligence and Data Visualization Applications with Web Maps

Cross-Platform Mobile Apps Solution

Software License Monitoring Using IIS

Programming Fundamentals of Web Applications Course 10958A; 5 Days

Web Pages. Static Web Pages SHTML

Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle

ASNA Case Study. ASNA Visual RPG paves the path to.net for Management Control. Leaders in IBM i Modernization. Real Life Challenges

A b o u t F l o r a S o f t

ASSOCIATE IN APPLIED SCIENCE DEGREES AND CERTIFICATES

ArcGIS. Server. A Complete and Integrated Server GIS

Chapter 12 Programming Concepts and Languages

Develop enterprise mobile applications with IBM Rational software

Monitoring the Real End User Experience

Intellex Platform Security Update Process. Microsoft Security Updates. Version 06-10

Java. How to install the Java Runtime Environment (JRE)

Introduction. ASP to ASP.NET MIGRATION. Executive Summary

4 Understanding. Web Applications IN THIS CHAPTER. 4.1 Understand Web page development. 4.2 Understand Microsoft ASP.NET Web application development

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008

ADS2013: App Development with SharePoint 2013

ArcGIS 10.1 Web Apps and APIs. John Hasthorpe & Kai Hübner

GSA2013: The Great SharePoint Adventure 2013

Intellex Platform Security Update Process. Microsoft Security Updates. Version 11-12

CATALOG OF CLASSES IT and Technical Courses

Soil Data Viewer 5.1 User Guide

The Oracle Fusion Development Platform

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies:

Transcription:

SpatialMedia Emaml.NET ASP.NET Server Control for ArcIMS If you are familiar with ASP.NET, and write GIS applications you will no doubt be delighted to learn that SpatialMedia can supply a comprehensive.net server control for ArcIMS/ArcMap server. It does exactly what you expect and lets you build a powerful ArcIMS application by simply dragging a control onto a form and setting a couple of properties. It exposes a rich API to really work ArcIMS and delivers on the ASP.NET promise of making web development as easy as building apps out of local COM controls. EmamlNet features a Jscript/DHTML client that requires no plugins or applets but delivers functions to the user that would normally require these addins. If you haven t yet learned why ASP.NET is a radical departure from old world ASP and other web development platforms please read on. Why is VB everywhere? Visual Basic has always allowed business developers to build windows apps far more simply and quickly than they could have using C++. The real winner for VB however was components. An entire industry sprang up of fabulous controls that VB developers could drop into their applications for instant functionality. This model of development provided far more developer control than customizing existing apps, without collapsing into the building houses from matchsticks of lower level windows programming. Simple, fast modular. What about GIS? GIS companies couldn t ignore this action and products such as MapInfo s MapX and ESRI s MapObjects opened up a new world of low cost GIS applications. Applications that did exactly what users needed. Forget messy DDE connections between separate applications. Embedded GIS was real. GIS developers no longer needed to fold their application into a complete GIS solution like Arcview or MapInfo. Map in the App was real. What about the web? This is where things get complex. In our view, the potential of windows component development (using MapObjects etc) has been overshadowed by the arrival of Internet based GIS. This model provided even lower cost per seat than components with simplified deployment and greater data security. The downside was functionality. For a variety of well known reasons it has been harder to implement a given function on the web than using a component. Does ASP.NET offer the best of both worlds? Yes! This is what it is all about..net is a lot of things, including a runtime engine and new language which are not unlike Java. There are some reworked languages (VB.NET, Jscript.Net,J#). There is a new emphasis on loosely coupled, web service architectures. But the really exciting part of.net for GIS developers is ASP.NET or rather, Server Controls.

Server Controls? Forget all those messy details like how they work. They work. The key benefits over old world ASP and similar technologies include: Developers don t need any web experience to write web apps. Developers can focus on their application -NOT on maintaining the illusion of a stateful windows application via web forms. Powerful but modular functionality can by included by embedded server controls. And let s not ignore the value of Maintainable, reusable code. That mix of VBScript and HTML that worked OK for simple jobs but was unmanageable for serious jobs has gone. The.NET platform itself, languages, runtime, web services etc. A proper debugging environment. No more Response.Write got this far OK. Visual Studio -probably the best IDE going. Work in progress A. Simple Visual Basic 6 Application with a MapObjects Map Control and a Microsoft DataGrid Control.

Work in progress B. Simple ASP.NET Application with a SpatialMedia Emaml.Net control and a Microsoft DataGrid. Very similar programming experience, but this one runs on the internet. So a server control is like a COM component such as MapObjects? Well yes and no. Let s compare ESRI MapObjects and SpatialMedia Emaml.Net objects. High level. MapObjects: Embedded in a COM (eg VB6) User sees a dedicated application (eg a precision farming app as opposed to a GIS app) with integrated embedded, navigable maps. EmamlNet. Drops into an ASP.NET (eg VB.NET) application and provides an intuitive API. User sees a dedicated web application with integrated embedded navigable maps. Mid Level MapObjects: Provides a comprehensive API (application programming interface -the various methods and properties the developer manipulates with their own code). Knows how to render itself in a windows application. Developer needn t learn windows GDI programming to draw maps. EmamlNet: Provides an comprehensive API. Knows how to render itself as HTML and JavaScript. Developer needn t learn HTML and JavaScript to render interactive map content. Low Level MapObjects: Works with local data or database connections. Renders maps and can perform queries locally. EmamlNet. Works with remote ArcIMS, ArcMap Server or map-tv map servers. Maps are rendered and queries executed by the remote server.

With Emaml.Net you can build an app with a map that takes up the whole page -but we do like this example implemented by Environment Southland using EMAML.NET. True map in the app. More About EMAML.NET Operation of Emaml.Net Objects is very similar to COM based mapping components. All you need to do to add mapping to your app is paint a map on your form and set a single property to tell the control what mapping service to connect to. To enable client side DHTML navigation, simply add a single onload attribute to the page body to start the Emaml client, and the user will be able to drag rubber band boxes over the map and drag it around. These actions will cause events to fire in your application code. For example, if vector based data capture is enabled the control can be set in a capture shape model (points lines or polygons). The user can then digitize a shape on the map (no trips back to the server the way). When she double clicks to finish, a MapCaptureShape event will fire and pass a Shape object. The Shape might then me added to the map s acetate layer for example or used to perform a selection. The control is designed to remove the need for any direct XML communication with the map server. All server functionality is access via the control s API. For example, you might execute a spatial query and the control would return matching feature attributes as a familiar.net DataTable. This allows you leverage.net functionality by sending these results, for example, to a DataGrid for powerful rendering with almost no code. The control initializes itself using service information data sent from the server. It can therefore expose and API based on those properties (for example a collection of Layer objects).

Visual Studio.Net and the comprehensive Emaml.Net API make programming ArcIMS easy. Should you require a service not supported by the control s API you can easily send direct AXL requests to the server but this kind of operation should be considered exceptional. Beyond the Net SpatialMedia can offer a further level of functionality that you won t find elsewhere. Emaml.Net applications can run in standalone mode, without a connection to ArcIMS or ArcMap Server. How do we do this? The key is that Emaml.Net can run against ESRI map servers, or our own map-tv server. Map-TV is lightweight an very fast, and can easily run for example on a Tablet PC. Map-TV doesn t support all the functionality of ArcIMS but it does provide the key services required to implement map browsing apps. Run Emaml.Net apps against ArcIMS/ArcMap Server on the Internet/Intranet -and run the same app in the field against map-tv. Why is this important? Wireless connections are slow and expensive. GIS needs to go places that wireless coverage doesn t go. Standalone apps may be a key component of disaster recovery plans/ Finally Forget all the benefits described above. If you write GIS apps for windows and want to take them to the net you should be writing ASP.NET. Old world ASP is simply legacy code. Trying to hack up JavaScript programs and kludgy frame based apps is a dead end. Unless your business has a commitment to an alternative, (UNIX/Java Linux/OpenSource etc) the question isn t whether you ll be writing ASP.NET but when. Emaml.Net provides an opportunity to get into this game today, with an incredibly powerful model and level of functionality that leaves alternative ArcIMS development options in the dust. Next Step Contact Peter Fraser, SpatialMedia at pfraser@spatialmedia.com. If you are an experienced.net developer we can organize an evaluation copy. If you are new to.net we would be delighted to come to you to talk about our how SpatialMedia solutions can work for you -and optionally install Emaml.Net and provide some training.