Esri Developer Summit 2012 Insights: Day Three

Dan Levine

Well another Dev Summit is in the Books. This conference still remains the best technical show that Esri does, and it gets better every year. I was a bit worried when it started. The plenary was a little bit lighter technically than it usually gets and there was a surprising absence of the Microsoft Office efforts. But the tech sessions came through with high quality material throughout. Mansour brought his game once again, so much so that he got to do an add-on session at the very end; kudos to him for maintaining his energy level to the end.  Art Hadaad had a couple of Esri/Microsoft sessions as well, but it didn’t quite feel like it was mainstreamed with the rest of the messaging. Not sure if that was intentional or accidental. Hmmm.  I think that Microsoft Office integration is going to really drive a lot of adoption of spatial tools and thinking for folks that otherwise just wouldn’t do it.

The picture is becoming clearer with how the technology stacks are all coming together. The ArcGIS runtime “Core” seems to be the engine going forward for “devices”, with each of the SDKs for those Platforms/Devices leveraging that, and each of the SDKs have, or will have shortly, the built-in components of the API to ArcGIS Online.  There were some hints in the plenary that something was up with desktop, but they weren’t saying, until the Closing Session where one fellow asked the question, “what are your plans with desktop?” Credit to him when he didn’t accept the attempt to brush it aside, and we ended up with Scott Morehouse revealing that, yes, they are heading for desktop to be driven by the core code being developed for runtime as well. Looking back to previous conversations and presentations, you could see that this was where we were heading; the ArcObjects libraries were dated and with all of the effort of creating the C++ code for runtime, it just makes sense.

This is going to be a fun year as we all start to implement the new technology stack and struggle through the challenges that we don’t even know about yet.  One thing seems certain to me; many of us will be doing our jobs differently in the near future.

Mike Haggerty

As I write out this recap of the last day at the Esri Dev Summit, I’m sitting on a rock on the side of a mountain overlooking Palm Springs. I wanted to get away from the crowd, the perfectly conditioned air, and the cucumber flavored water, to clear my head and think for a bit about all that I’ve experienced in the last 72 hours.

What have I learned in the last few days? I’ve left my family back on the east coast, temporarily ceased work on billable projects, cost the company a decent chuck of change, and for what reason? Was it worth it? I think yes.

Certainly, I’ve gained a lot of practical skills. Just today, I learned how to use the Geodatabase API to get access to data without the need for the entire ArcObjects library. I learned about a tool called X-ray, that can be used to compare a client’s geodatabase against the Local Government Information Model, which will help determine a migration path.  I learned that node.js, HTML5 Web Sockets, and ArcGIS Online can be used to create a real time collaborative web application. Finally, I learned that Flex can be used to communicate with a brainwave scanning device and a flying inflatable shark (well, this might not be immediately practical).

But more than this and all the rest of the practical skills and information that I’ve picked up over the past week, I think the “why” which has been communicated is even more valuable. Why do I do the work I do? With what purpose? With what motivation?

Jack Dangermond started off the week by reminding us during the plenary that software has the potential to help alleviate many ills we see in the world around us. Does software in and of itself contain power though? I would suggest no; it is but a tool in the hands of those who create it. At least for the present (and hopefully the future), computers are not sentient beings; the instruction sets which they execute must be programmed by us—the humans. Hang with me, hopefully all my philosophical waxing will tie in nicely at the end.

Certainly we all have reasons for doing what we do; pointers and guideposts in our lives that give us direction and motivate us to press on when the going gets tough. Being out here this afternoon among the rocks, lizards and yellow-flowered bushes has reminded me of my reasons for being. One of which Scott Morehouse expressed quite well during the closing session this afternoon when he said, “We exist to serve you.” Serving others by placing their needs above my own certainly ties in with my personal ethos, and I believe it supports GISi’s core values as well.

So, to conclude, why was it worth the time and expense to come out here to Palm Springs? Because the information I received here will allow me to better serve our clients as they serve their constituents, customers, or citizens. And together, with the assistance of GIS, we can all help make the world a better place.

Chris Bupp

Building Applications with the Android SDK 

Esri is releasing version 1.1 of the SDK next week; it has the following features:

  • Support for multiple maps
  • Advanced Symbology
  • Support for ArcGIS Online Portal and WebMap loading
  • Group Layers
  • Improved Secure Service
  • Support Google’s ADT r17
  • (Currently, Emulator is not supported, but it’s Google’s fault not ESRI’s)

The Demo for the Android SDK was really neat.  It stored all of the map’s information on an SD card, and was able to edit and store the features to the SD card as JSON strings.  They also utilized the Android’s sensor package to rotate the map to magnetic north; as the tablet was rotated, the map was visually pinned to north.  But the demo hid one glaring fact; while the SDK supports offline feature editing, it doesn’t yet support the Server Sync (which is why they were serializing data to the SD card).  Compared to the iOS SDK, the Android SDK is still playing catch-up.

Another cool feature that the Android SDK supports is Message Processing, which is a method that allows the device to receive a message, and simply call process Message.  The message can contain Symbol and Feature information that will then be added to the map, without requiring the application’s code to parse, or attempt to understand the message.

Killer Apps: HTML 5 and Flex

Monsour Raad and Sanjit Thomas gave a great talk about their love for Flex and HTML 5, and how to utilize both to make stunning apps.  They demoed 10 applications; here are some highlights:

  • Monsour used an HTML5 wrapper to support drag and drop feature onto a Flash application running in the browser.
  • Monsour used his mind (concentration/activity) and blinking to control the zoom level of a map.
  • Monsour created a real time TSA twitter map that computed the poster’s sentiment, and displayed it on the map.
  • Sanjit used a HTML5 map to create a heat map of pedestrian injuries to calculate the odds of injury for any given bike path.
  • Sanjit used chromes built-in voice command libraries to control a map.

Developer’s Guide to ArcGIS Online REST API

The ArcGIS Online Rest API tech session was a quick run through of the REST API available to interact with the ArcGIS Online portal.  It allows you to authenticate users, perform searches, manage users/groups/communities, and manage items.  When users are authenticated, they are given a token to interact with the REST services.  Here’s the big “Gotcha”: for scenarios where the app owns the data, the best practice is to have the mobile devices interact with a server, which will interact with the ArcGIS Online server.  This will keep the token secret from the application (and the evil user/hacker).  Just make sure that the first server isn’t an Amazon cloud instance that references the ArcGIS Online services; otherwise you’ll end up being charged twice for all the data transfers.

Sean Savage

Today was the final day of the Dev Summit and it was an experience that certainly didn’t disappoint! Talking with and listening to so many people who share a passion for GIS, development, and technology was extremely impressive. Though it appears that I may not be able to rely solely on my Dodgeball skills to earn me another invitation, I would jump at the chance! And, I should say that my impression of the experience was not solely based on presentations and discussions with the Esri folks and the slew of developers and technical attendees from other organizations, but also from being able to interact with the GISi team over the past three days!

As for the sessions of the last day, in several cases they were deeper dives into topics introduced in previous blog entries and have already been discussed, but I was able to sit in on an Esri and Microsoft Technology Update, which was pretty interesting. Esri Maps for Office looks pretty interesting, making it as easy to create interactive maps from a spreadsheet within Excel as it is to create a chart. The maps can be readily shared (through ArcGIS Online) or inserted into a PowerPoint presentation as a slide. Likewise, there is a map ribbon within PowerPoint that can be used to insert maps directly. The business model for this product is still being evaluated and wasn’t ready for discussion. Additionally, it was made clear that Esri is definitely trying to further align with Microsoft, perhaps especially when it comes to Azure, in order to better play in that space and offer more flexibility on the cloud.

As I mentioned, this has been a great week. There was so much to see and hear that I am certain I will continue to realize just how much is changing as I pour through my notes over the coming days and weeks. There were so many sessions covering such a range of material, it was something of a whirlwind. Nonetheless, there were several consistent and pervasive themes throughout the conference that we should closely watch and actively pursue:

  • The cloud, the cloud, the cloud…
  • ArcGIS Online
  • ArcGIS Server redesign and process streamlining
  • Consolidation of ArcGIS Runtime (including into Desktop?!)

I think the 10.1 release is going to be quite significant and exciting and I am looking very much forward to getting my hands on all of the technology I have seen over the past few days!

Ben Taylor

I attended a few user sessions the first half of the morning, starting with a presentation that featured the JavaScript API, coupled with several other third party JS frameworks, such as RICO and Scriptabulous to create a decorative UI. The presenter also utilized a few tools to help improve performance. There were a few that I’d like to take a closer look at—the first being YUI compressor, that shrinks the size of CSS and JS files. The second product was Squishit, which combines all of the CSS and JS files into one.

The second presentation dealt with a custom security solution within the Flex Viewer. Users and roles were stored in SQL Server. Enabling of widgets was controlled by adding a provisioning tag to the widget’s config file that contained the various roles needed. And based upon the login information provided, the widgets would be made available. The presenter pointed out that this approach will be much more streamlined when 10.1 is released, due to the inherent security that will be provided in ArcServer.

Caleb Carter

The closing session, after covering some alarming statistics regarding the vast consumption of the week, featured a presentation on the ongoing efforts of Esri to support the developer community through resources both electronic and not.  The overall theme was defragmenting developer resources while increasing the flexibility of the available tools, to make finding the information you need as simple as possible.  Here are some of the areas where these goals are being pursued.

  • In the Forums, there are several enhancements to make the user’s experience more valuable.  Forum posts can now be voted on, RSS feeds for individual posts can be consumed, and go ahead and try it from your mobile device!  There were several other enhancements also, go check it out!
  • Training and Certification offerings continue to grow and expand.
  • The Esri Blogs include navigation by Community, Author, Category, Tag and Search.
  • Esri sponsors Dev Meetups across the map.  Find a meetup near you!, or if there isn’t one, then speak up!

Scott Morehouse took the stage to give us a taste of his overarching perspective of the state of the art and what the future holds.  And just as the summit opened with a musical metaphor, Morehouse invoked Bob Dylan’s “Gotta Serve Somebody” to remind us all again why we’re here. It’s not for Esri’s sake. In most cases it’s not even for our own sake.  And in some, it’s not even for our clients.  We’re all here to do what we can to serve our end users.  And that’s what makes this event so important.  Through the sessions, demonstrations, discussions and networking, we are collectively improving our ability to serve our users.

As for the technical sessions of the day, I found gems in two geodatabase sessions:

Effective Geodatabase Programming

This was a great overview of some of the most common and presumably most useful dos and don’ts of programming against a geodatabase.  From how to access data most effectively and efficiently, to where to start looking when things aren’t working as expected, the topics were concise, relevant and in most cases accompanied with clear examples.

I won’t repeat the whole session, but some of the important points for me were:

  • Not all cursors are created equal. Some utilize cached results, others do not.  Some are bound to the class that created them, others are not. If you’re going to use a cursor, make sure you know which one you need and understand how it behaves.
  • Recycling Cursors – These are cool, but be careful; the whole point here is that the cursor only uses one object for the current row. Great for some things, but if you need an object to persist or pass around a particular row, a recycling cursor is probably not the answer.
  • Plug In Data Sources – Now this was a cool topic!  Basically you can create a plugin to consume any data format you need (okay, maybe not any) in ArcGIS.  You develop the plugin (using C#, C++ or VB .Net) and define how data from the source can be translated to feature classes, tables, feature datasets.  There’s extensive help documentation on how to accomplish this.  Once your plugin is coded, you can read data in ArcGIS, browse, preview, manage in catalog, select, render, query, and more.  You can’t write data, but I can live with that.  They gave a great walkthrough of how they assigned an unsuspecting developer to create a plugin (which he had not done before) to work with MongoDB (which he had not used before), and he was able to have it fully functional in a week’s time.  Great stuff!

At the end of the presentation they gave a rundown of the most common mistakes based on support inquiries.  Many of these are covered in the above bullets, but some noteworthy mistakes were:

  • Overuse of FindField – It’s recommended to use this method rather than a hardcoded field index, however, if you are using it in a loop to find the same field over and over, you’re asking for performance issues.  This was actually a good example of a point that the presenter was repeatedly coming back to: Whenever you can, perform your setup steps before you lock resources and get into the meat of accessing data.
  • Calling Store in store_triggered event handler – this is a classic case of infinite recursion.
  • And Careless variable reuse – let’s be honest…we’re all offenders here.

Accessing and Administering Your Enterprise Geodatabase through SQL and Python

So this was a double feature.  An overview with examples of how much you can do right in SQL with 10.1, followed by an overview with examples of how much you can do with Python at 10.1.  I’ll admit that I was a latecomer to this session, so I missed some of the intro SQL stuff, but I did gain a few tidbits that I’ll share.

  • Working with your GIS data directly in the DB can be a great thing. Performance and simplicity can be gained from bypassing the ArcGIS stack for certain tasks.
  • Working with your GIS data directly in the DB can be risky.  After all, you’re bypassing the ArcGIS stack….eek!
  • All database items are cataloged in the GDB_items table, with a definition field containing an XML structure defining the object.  For instance, in the case of Coded Value Domains, the XML contained the entire CVD definition….values and all.  This meant that you could construct a fairly straightforward query to list out all of the Coded Value Domains…pretty neat.  Beware though; you can also edit the XML so make sure you understand what you’re doing!
  • ArcCatalog provides a new mechanism for creating a spatial view.  Simply right click on the database connection, select New->View, and in the dialog shown enter a name for the view and the SQL query text that defines the view.

As far as the Python side of things, here’s a quick look at the capabilities at 10.1:

  • Create Geodatabases – that’s right, an alternative to the SDE post-install.
  • Create Database Roles
  • Create Database Users
  • Generate Schemas from XML Workspaces
  • Change Privileges
  • Manage Versions (Register, create, reconcile, list)
  • Disable/Enable DB Connections (doesn’t disconnect current sessions, but does block new ones)
  • Disconnect Users (this one does disconnect current sessions)
  • Compress Databases
  • Rebuild Indexes and Statistics

My most important take-away:  With great power comes great responsibility.

Thanks all for a great week!

Esri Developer Summit 2012 Insights: Day One

Dan Levine

Here we go again. The GISi Development team at the 2012 DevSummit is seven strong this year… well six developers and myself, and I am really here for the Dodge Ball.  Once again we will be posting a daily blog to describe our reactions to the different presentations each of us attend.

Well I have to say, everything is about to get easier, from publishing data, geoprocessing, and map services, all the way to standing up scalable Amazon Cloud clusters and managing all of the AGS services on the cluster. Everything is wizard driven, drag and drop, point and click. Well not everything of course, but a significant portion of the processes in the ArcGIS stack have gotten simpler. For a developer, this is going to minimize the amount of time getting everything set up so they can actually spend time developing.

I also see these efficiencies really changing the analysts’ day-to-day activities. The ease with which we can now publish geoprocessing tasks into discoverable easy-to-use apps and get them in the hands of the end users is also going to free up the analysts from some of the mundane, allowing them to do the interesting stuff.  Figure out a problem; publish the solution, then on to the next problem.

The vision is that the map, with the data and geoprocessing task, serves all devices – defined as web, mobile, and desktop clients; and ArcGIS Online being the central service mechanism is compelling.  However I think as Esri develops this technology stack there are some things we as solution providers will need to tackle and I am still getting my head around these. First, while ArcGIS Online (and Portal for Organizations) is an Enterprise GIS, there is little talk of how the GIS can be integrated with the rest of the Enterprise Stack. While there is ArcGIS for SharePoint and ArcGIS for Cognos solutions, these are not core products, yet.  However, the fact that the services are all exposed as REST endpoints does offer tons of opportunities to integrate these GIS capabilities into the rest of the Enterprise.  I think we’ll start seeing demos shortly showing how these can be accessed by other enterprise solutions.  Second, we have been spending a lot of time helping clients consolidate systems and defining databases of record and implementing solutions around that. I think without some significant planning and workflow design, the simplicity of publishing data services could lead to entropy of data again – remember when everyone had their own shape files and personal geodatabases, and the mess that that created? Organizations are going to need to get in front of the wave and be creating services that serve databases of record for all to use, just to prevent everyone in the organization from publishing their own little piece of data to serve a specific application.

Any way you look at it though, the new technology brings many efficiencies, and with that new opportunities to solve different problems. It’s going to be a fun year!

Steve Mulberry

Another DevSummit underway in sunny Palm Springs; check out the plenary videos here.

It seems like just yesterday I was blogging  about the many SaaS (Software as a Service) offerings Esri released. Now at this year’s DevSummit the word of the day is GaaS. That’s right—GIS as a Service. ArcGIS Online version 1.6.3 will be available at the same time ArcGIS 10.1 is released in June of this year, and offers much more than just pretty maps. ArcGIS Online becomes a GIS in the cloud as a subscription-based offering for hosting and managing data, maps, applications and organizational portals. We also saw the new and improved resource center, with the focus of many sessions around the new ArcGIS for Communities.

Each community offers free hosted or downloadable solution templates for web or mobile devices, data models, desktop tools, and access to online maps and services for your specific area of interest.

We saw a whole new paradigm in authoring, publishing, and using services with the re-engineered ArcGIS Server, as well as a Flex Air tool for managing ArcGIS EC2 instance on the Cloud.

This year’s DevSummit is off to a great start…..stay tuned for more.

Caleb Carter

Things kicked off this morning with a delightful welcome animation illustrating the coming-of-age journey of a hard-core coder, with an accompanying rendition of the Johnny Cash classic “I’ve Coded Everywhere, Man!”  And once our adrenalin was pumping Jack took the stage and gave us something important to think about as the development community, that works to marry the expanding capabilities of GIS with the ever-evolving needs of our customers:

“We have to believe as humans that we can make a difference.”

The remainder of the summit will serve to educate us on how the capabilities are expanding, as well as to brainstorm and daydream about how we can use what’s coming to better meet our clients’ needs.

Following the introduction, there was a demonstration by Phoenix Skyharbor International Airport detailing their efforts to use ArcGIS to streamline some basic parking capacity workflows, as well as their subsequent exploration of where GIS could take them (check out their mobile site).

Then we got down to business with the overview of what 10.1 will bring to the table.  There were many little goodies that we’ll see (and share) more details on over the next couple of days.  Two high level themes that were very clear at the morning session were:

  • ArcGIS Online is moving toward the center of the universe (or vice versa?)
  • Everything builds on top of ArcGIS Runtime

The following are the highlights from the technical sessions I was able to attend this afternoon:

Choosing a Mobile Deployment Platform

This session was a little more introductory than I’d hoped for, but the content was at the very least a re-affirmation of the lines of reasoning that I have observed and participated in in terms of choosing platforms.  Also it served to set my frame of mind in preparation for some in-depth mobile sessions to follow.

The bottom line is you need to know your client—know their business, know their GIS expertise, know their budget,  and know their data requirements.  If you have a solid handle on these areas, then the device and platform will usually present itself.

What’s New in Silverlight?

There are some expected items in this list, which we’ll probably hear repeated in most sessions—make use of new ArcGIS Server capabilities, and include/utilize a Runtime SDK. Beyond that, the Silverlight team has added the following (probably not comprehensive) list of capabilities in version 2.4, which was released in January:

  • An Application Builder with an Extensible Framework
  • Integration with ComponentOne

And with version 3.0 RC released this month, we’ll also see:

  • Server 10.1 capabilities:
    • Additional Map Service support (Dynamic Layers and more)
    • Feature Service support, including Editor Tracking, Versioning, and Ownership-based editing.
    • Print Service support
    • Image Service support (there was a slick demo of image georectification using Silverlight in the plenary session)
    • Upload (images, attachments)

Developing with JavaScript for Multiple Platforms

This was a user presentation of one team’s process for targeting multiple platforms with as little effort as possible (isn’t that what we all want?) The team used a tool called Appcelerator which compiles JavaScript to native executables for six (I think) platforms.  There are drawbacks of course.  Appcelerator will not target Windows Phone 7 for one, which was an acceptable sacrifice for this team.  Also there is no visual UI builder, so if you’re not comfortable with control placement and sizing in code, you may want to reconsider.  Finally, and this is a pretty big one in my opinion, Appcelerator doesn’t provide access to all of the capabilities of every device.  If one of your target devices supports a capability the Appcelerator hasn’t accommodated yet, then you have a significant hurdle to overcome if you want to use that capability. On the other hand, if your requirements are pretty basic, and if you don’t mind a device or two left out, this may just be a good way for you to achieve what this team was shooting for, which is to increase market penetration through a presence in the native app stores/markets.

Building Applications with ArcGIS Runtime SDK for Windows Mobile

This was my favorite presentation of the day.  Having been neck-deep in the ArcGIS Mobile SDK for the last several months, I was anxious to see what was coming in 10.1, and in particular, what the migration to the Runtime SDK would mean. As it turns out, the migration to Runtime SDK was very well illustrated.  We were walked step-by-step through taking an application built for 10.0 and upgrading it to 10.1.  We saw what broke, and we saw how to fix it.  Aside from some obvious stuff, such as dll names, namespaces, and a couple of class names, there were a few changes worth noting:

  • Several components were pulled from the designer—specifically map actions. Rather than adding them by dragging and dropping on your form, you create and add them in code.  This is done mostly for consistency.  Only a subset of map actions was available in the designer to begin with.
  • A 10.1 application cannot consume a mobilecache created using 10.0.  However you need not upgrade your entire ArcGIS infrastructure to make this work.  Simply installing ArcGIS Mobile 10.1 will replace all of the mobile geoprocessing tools with new versions.
  • The map control no longer has a DataSources property.  Data layers are added using the Map.MapLayers property.

There are several other changes.  Here’s a brief list of some of the highlights:

  • Mobile Project Center has added a Validator (similar to mxd validation in ArcMap).
  • MPC integrates extensions seamlessly.  It’s as if they were part of the core capability.
  • Added attachment support.
  • Routing with Streetmap Mobile (only for the SDK, and only on the Windows platform, not Windows Mobile)
  • The next release version of what is now “ArcGIS Mobile 10” will be “ArcGIS for Windows Mobile 3.0” in order to better align with the versioning of the runtime.

And finally there’s the roadmap. What’s coming later?

  • Support for Tables
  • Relationship Classes
  • Laser Range Finder support
  • Ad-Hoc Schema Creation
  • Expanded Routing Capabilities

All in all it was a good first day.  I’m anxious to see what is revealed tomorrow.

Sean Savage

The DevSummit started with the full flair of an Esri-style production for the plenary session, which featured glimpses into the newly overhauled 10.1 version of ArcGIS Server—perhaps  one of the most enticing aspects of the opening session. As a native 64-bit application and streamlined code under the covers, the upcoming release appears to be quite a significant deviation from what we have come to know (SOM, SOC, etc.). Performance gains were presented through a series of quick demos, including a drive time analysis that updated based on the position of the mouse as it hovered across the map (the drive time polygons and a route from the origin to the current mouse position updated in very near real time!). Completely based on http calls to web services with APIs to facilitate programmatic administration/manipulation, it looks to be much simpler to deploy and manage.

Similarly, ArcGIS Desktop has undergone some corresponding changes that mirror the simplicity of Server. Publishing or sharing services from ArcMap (optionally including the required data) is nearly as easy as saving a map document, especially when the target is a cloud server. Likewise, the process of deploying a geoprocessing task follows the same streamlined path, and can be published with or without pushing the data along with the task. And with extended Python capabilities (better data access, cursor control, rendering, etc.), the geoprocessing tasks can be easier to use and more powerful than ever.

There were a flurry of demos focusing on ArcGIS Runtime that illustrated consistent functionality across the APIs (Android, iOS, Windows, etc.). I was impressed by the performance of each, though the advances they have made in the Runtimes was highlighted through a side-by-side comparison of the ArcGIS Runtime for Windows that showed a dramatic improvement in rendering graphics. The demos also emphasized ArcGIS Online hosted services, with the new capability to take your data and work offline/disconnected with subsequent synchronization, which is largely made possible by hosted feature services and tiled services. Esri also made a point that they are shifting perspectives away from considering mobile vs. Desktop, and they are now looking at Desktop as just another device and not a separate framework.

The last topic of the plenary session was a brief glimpse into the future. A quick demo showed that even the geoprocessing tasks and the data required to perform them will capable of disconnected analysis and performed offline in the field (i.e., routing, geocoding, etc.). Esri teased about the widgetized windows framework that won’t require any manual configuration. The demo showed creating a simple application that included a map with an ArcGIS Online hosted map that displayed dynamic content. The map and associated widgets can point to common data feeds that are all configured through the UI. They also presented what they are calling “Metro Style” Windows 8 applications, which have the whole screen display, and the look and feel of an iPhone/iPad app.

The whirlwind plenary was pretty impressive, but obviously could only hint and tease at many of the features—most to be covered deeper in sessions.

The first session I attended was focused on testing within an agile development approach, that is, looking at Test Driven Development (TDD). Not knowing what to expect, I actually found it to be very interesting. Certainly, the key takeaway for me was that while I have used the “agile” buzz word, I have never participated in a project that followed that development approach, but rather than focusing on the tenets of agile, the session focused on the discipline and extensive testing efforts that are required to support agile development. While somewhat intimidating, the discussion also made me that much more curious about attempting to follow this path on a project!

I also attended a session on ArcGIS Server Performance and Scalability analyses. This was a good session, but ultimately represented a high-level summary of a training opportunity I was able to participate in last fall in the GISi Birmingham office, but this time without the cool tools to actually perform the analysis. The message was really more about the components of performance and where to look or what to consider when things aren’t behaving as expected, and less about designing a responsive and scalable system.

The last session I participated in on Day 1 was ArcGIS Server for Amazon Web Services. This was a very interesting session! What started out as what appeared to be a high-level review quickly turned very interesting when Esri introduced their new Cloud Builder tool. Cloud Builder is an Adobe Air application that leverages the EC2 API to allow administrators to quickly and easily spin up new cloud instances based on either the Esri AMI or a user customized AMI. The application facilitates creating the instance (along with starting/stopping the instance), authorizing the Esri software, establishing the required key pair, setting up auto-scaling, and backing up the AMI. With Cloud Builder, the Esri folks showed that you can create a new cloud instance, get the software authorized and running, and publish services (and data) without ever logging into the cloud server itself!! This is all facilitated by architectural changes made with ArcGIS Server at 10.1. They also discussed aspects of responsible cloud usage (planning/understanding the costs, managing AMIs and security, etc.), but my mind was spinning around the new tool far too quickly to care about that stuff yet!

Mike Haggerty

As I found my seat 10 rows back to the left of the stage in a comfy faux-leather couch before the Esri DevSummit plenary session this morning, I was worried whether the comfort of the seat and the darkness of the room would overcome the forces of my morning coffee.  Thanks to the engaging presentations and exciting announcements, though, I remained wide awake.

After Jack welcomed us to the 6th DevSummit and inspired us with the notion that software could perhaps overcome the darkness of the world, we dove into updates and demos from web API team, ArcGIS Online teams, and runtime teams.  One gem from the runtime team – everything is a device.  Your desktop computer is a device.  Your phone is a device.  Your tablet is a device.  Stop thinking in terms of mobile platform / desktop platform, and just get it into your head that everything is a device.  And every device needs the capability to run native apps; therefore every platform needs a runtime.

A nice surprise was the announcement of an OSX Runtime with a native Cocoa API.  This now rounds out the runtime suite of Windows, iOS, Android, and Linux.  If you asked me a few years ago, I wouldn’t think native platform development would be getting much attention these days.  I would have said, “It’s all about the browser, baby.”  But with the hardware available in the thinnest form factors today, it makes sense to tap into that with a runtime whose core is written in C++ and can fully exploit all the available resources.

There was good content today and much was learned.  Can’t wait for tomorrow!

Ben Taylor

The plenary session promised several welcomed and potentially profound changes coming to AGS Server, the web APIs, and the runtime engines. Highlights for the 10.1 release include a noticeable increase in performance, tile layer packaging, and simpler creation and configuration of geoprocessing services. The APIs boast custom symbology and enhanced printing capabilities. Perhaps the biggest change revolves around native application development. There is a shift in the development philosophy surrounding the ArcGIS runtimes that attempts to blur the distinction between mobile and desktop applications, and view these platforms as just another device and not disparate technologies. We got a sneak peek at some of the goals of future releases of the various runtimes for mobile apps that drive this point home. Functionalities will include disconnected geocoding, networking, and 3D modeling. In addition there was a demonstration that focused on configurable desktop/mobile applications (think widgets).

I attended a few sessions dealing with the JavaScript API. Though the content was geared more towards beginners, I did pick up a few good tidbits. One is how to utilize ArcGIS Online to take care of all your layer and cartographic configurations. All that is then needed is a reference to the map in your JavaScript, which I thought was a pretty clever shortcut.

I wrapped up the day by attending a few user presentations. The first topic dealt with converting an existing Flex application over to AIR in order to achieve disconnected capabilities. Python and Django were employed to tease out tiles into byte arrays, which were stored in a SQLite database. The methods used to pull the data back into AIR were the same that will be used for tile layer packages. The second topic focused on web design in Flex. The presentation drove home the point of only giving the users what they need in order to accomplish their given goals, rather than serving up the entire API, which in many cases can clutter the UI and cause unnecessary confusion. The final talk dealt with an interesting approach to try and determine the root cause of performance issues in a Flex app. The developer wrapped each component with a custom timer to help highlight any code that may be slowing the application down.

Chris Bupp

This being my first DevSummit, I didn’t really know what to expect.  But they really brought out the “wow” factor.  Demos went well, and I’ve already started rethinking how my projects need to be reworked to target the new directions.  I started things off light with a refreshing “Projections, Spatial References, and Geometries” session; I had several “Oh, that’s why we do that” moments.  (Did you know that there was also a vertical project model? I think I’ll be spending some time on Wikipedia researching that tonight)

Next I sat in on “Getting Started with ArcGIS Online”.  They didn’t get nearly as technical as I wanted, but I plan on tracking down the speakers and asking them some more questions; ArcGIS Online looks really awesome.

Finally, for the third tech session today, I went to “.Net Add-ins for ArcGIS Desktop”.  They’ve drastically simplified the add-in architecture.  It’s going to be very frustrating the next year(s) until my projects have upgraded to 10.1; they did a great job making ArcGIS 10.0 look completely archaic.

Follow

Get every new post delivered to your Inbox.

Join 31 other followers