Esri Developer Summit: Closing Thoughts

Dan Levine

Well the 2011 Dev Summit wrapped up with a bunch of folks walking around with sore arms from the dodgeball tournament and you could tell Jim McKinney was disappointed his team wasn’t  in the finals. As has been the pattern over the last 6 years, Esri raises the bar a little bit each year making this better and better. The sessions we better, they were nimble in moving rooms around to accommodate crowds, and the food was better.  This is by far and away the best technical show they offer, and with the direct access to the product teams, it really is a must attend.

One of the big observations I have from the show overall is that we as an industry are still trying to figure out the mobile market and how to provide Enterprise solutions in that space. What I saw was a lot of sessions on “how to” with iOS or Android or Windows Mobile, which were well attended and necessary. But I am starting to suspect that the attendance in each of these was largely along personal favorites (iOS, Android, Windows Mobile) and perhaps not so much on need.  I was surprised at the low attendance at the couple of sessions about how to pick which one is appropriate or if you want to do multiple platform deployments, how do you decide.  Esri actually did a real nice job in these sessions.

Trying to put that observation or perception in context of the Keynote speakers point that the mobile market is incredibly fragmented right now, and the end users are demanding solutions working on multiple platforms is where I am struggling.  Are we as technologists still so caught up in the coolness factors of each of the individual platforms and the Marketing hype that drives separation (mine is better than yours) that we aren’t seeing the bigger picture? Or is it that we are still in the early part of the technology curve where we have to understand each of the technologies first then figure out how to tie them together?  That is not to say that there aren’t tools that allow us to start doing just that; it just seems like these are just getting out of the gate.

During the week before the Dev Summit I must have received 2 emails a day from some vendor, integrator, or techno think tank group offering to help me as a CTO figure out what my corporate mobile strategy was going to be.  This is obviously a big emerging problem for corporate IT departments that we need to be smart about. Do they standardize on a single platform (a strategy our friend from Gartner would seem to indicate is doomed), do they allow, and therefore have to support, multiple platforms across their IT infrastructure, or do they create some sort of Enterprise Mobile Service BUS that abstracts the layer between core IT systems and whatever mobile platform you want?

Hmmm, that last one sounds a lot like the AGS Server architecture model, and by the way the same model that the run time solution is going to follow……..

Okay slight change of topic, but still related.

So I have heard a little bit about the QT development environment in the last month or two. It’s always around developing cross platform solutions for mobile phones. It has just started to show up as one of the last bullets on Esri slides about developing multi-platform solutions in mobile. But for the first time I see that Esri has fully embraced this as part of a product line in the development of SDKs for the run time solution they will release as part of 10.1. On digging into the resource center, I am seeing a modest amount of whitepapers- like instructions and getting started material for using Qt for engine development- in 10.x. Man how do you keep up with all of it!

Qt is a cross-platform application and UI framework. Using Qt and C++, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code. http://qt.nokia.com/.  The guys presenting the run-time special session mentioned that it has been used for large scale enterprise solutions particularly when high performance is required.  Some of the real-time map refresh capability they showed during the demonstrations apparently will be available first with the Qt SDK and follow with the other 2 SDKs (JAVA and Silverlight WPF).  Patrick sat in a session for developing military solutions and they showed a Qt based application with military operations, moving maps, real-time comms, etc.  I was also a bit surprised at the show of hands during the run-time talk, apparently there are a bunch of C++ developers in attendance. I don’t remember seeing that represented much previously.

Well over the next couple of weeks I will be doing a lot of thinking about what we saw this week and trying to figure out what it means to the industry and what we as a company want to invest in. Already looking forward to next year and what we can do until then.

Steve Mulberry

The Dev Summit came to a close today but not without its share of informative sessions. I sat through one this morning that made me think more about the comment, “ArcGIS Desktop is not meant for the web”.  We keep hearing how GIS is moving to the web with the many open API’s, free templates, tools for hosting and managing data,  applications, etc. I also hear Esri and others say, “Desktop will always be around and there’s no way you can do the things in desktop over the web”. Not so fast; in the last year or so we’ve seen BA Desktop become BA Server with an open API, and then evolve into BA Online.

This opened the door for Community Analyst.

Early this year we saw ArcLogistics desktop become web enabled.

Now I learn that the desktop redistricting tool we’re all familiar with has moved to the web.

Each one of these tools is arguably a full featured GIS with editing data, analyzing information, map production, and dissemination. What’s next, an online property management system? Desktop over the web…not such a pipe dream any more.

Patrick Barnhart

I’m sitting in the airport on my way home from the summit and it seems a good time to wrap up.  It’s been a great week but it’ll be nice to get home.  I’ve taken in so much stuff that it’s starting to blur together but since this will be my last post for a while, I thought I’d focus on a task that’s common to a lot of the projects going on at GISi – printing high quality maps from a web application.  I mentioned this one on day 3 and promised to attend some sessions on Python to learn a little more about it since that seems to be the easiest way to go about printing to a PDF from ArcGIS 10.

Python has been part of ArcGIS since release 9 and has been successful enough that support for it has been increasing with every release until now, at 10.1, it is fully integrated into the application – intellisense, code completion, and integrated help; they’ve even added a Python console to the main interface and gave it a name – ArcPy.  I’ve messed with Python before, mainly by creating tools using Model Builder and exporting them to scripts that I could modify, but I’ve always used it inside of ArcMap, which isn’t very helpful when it comes to printing from the web.  One of yesterday’s sessions entitled ‘Using Geoprocessing Services in a Web Application’ showed me that there’s a lot more that can be done with it, and the follow up sessions I attended on Python make it look pretty easy.  Python is a very clean, easy to read language, and while I’ll have to learn a new syntax, it looks fun.

Okay, so we all know you can publish a Geoprocessing task through ArcGIS Server and make it available to other ArcMap users via the toolbox.  What I didn’t know, or at least hadn’t really focused on before, is that you can also access these tools via REST.  As we’ve seen in my previous posts, there’s a number of ways to make REST call to ArcGIS Server, either directly using a URL from a back end web service or from the front end using one of the Web APIs (JavaScript, Flex, Silverlight).  Any of these will work; I haven’t done much Flex or Silverlight, but me and JavaScript go way back, so that’s the approach that appeals to me.

As we should with all projects, let’s first define our scope.  What I’m after is the ability to allow the user to select a template from a list; this will set the locations of the map elements on the page, as well as the size and orientation.  So the title, legend, scale bar, north arrow, comments, etc will be placed where we want them to go so we can make a nice clean map that’s easy to customize if we need to adjust the template.  Then all we need to do is create the elements, put them in where they need to go, and output the whole thing into a PDF for the user to print at a high resolution.  Piece of cake, right?  If you’re doing it from scratch, maybe not so much.

ArcPy, however, makes things easier.  There are a ton of existing scripts that we can use and it has the ability to open an .mxd to access the layout and retrieve map elements based on their name.  For example, a text area named Title can be retrieved and populated by ArcPy with relative ease.  To do this, all I really need is to create layouts in ArcMap (one layout per .mxd, named appropriately so I can find them later) and make a JavaScript front end with a couple of menu items and a print button.  Esri is all about Dojo (some folks like JQuery, I’m more of an ExtJS guy), but it doesn’t matter as long as we use the JavaScript API to create a handler on the print button, we’re good.

Our handler needs to get the state of our map (extents, layers, etc) and the layout selected by the user, then make a REST call to a Python Geoprocessing tool that will do the work.  Of course, I haven’t actually done this part yet, but since we’re dealing with ArcGIS templates, there’s existing code we can use to generate the map and export the whole thing to a pdf.  The example I saw, which should be available on ESRI’s resource page in a couple of weeks if it isn’t up already, was only a couple of pages worth of code, and compared to how I’ve done this in the past using open source libraries like ITextSharp, it looked really simple.

So, as you can see, my head is still spinning from all the possibilities I’ve seen over the last couple of days, and want to play with all the new toys all at once, but the reality is there’s only so many hours in the day.  Hopefully I’ll get a chance to take a closer look at some of these things in the days to come and will pass along what I learn.  And finally, if you’re like me and have never had a chance to attend the developer summit before, start bugging your manager about it for next year; it’s a good time.  Traveling is a pain and there’s a lot of sitting still involved (which is tough for me), but you’ll see a lot of great stuff and Esri puts on a great show.

Ben Taylor

I attended a session today geared toward the defense and intel community. The majority of the presentation centered around creating maps for military use and 2525C symbolization, however, there was a cool demo that utilized the upcoming 10.1 runtimes, specifically the C++ Qt SDK. The demo included messaging between multiple simulated vehicles. The performance of the application running on the new runtime was quite impressive.

And speaking of the new runtime, I also attended a session highlighting their upcoming release in 10.1. There are some pretty significant changes coming that will yield a smaller overall footprint, increase performance, and simplify deployment. However, low level access to ArcObjects will not be supported in the runtime. So there will be a shift in development paradigms mainly toward WPF. A word of advice I picked up in the presentation is to get familiar with the Silverlight Web API, because if you are comfortable with that, you’ll have a good head start on working with the new runtimes.

Tommy Bramble

I started the final day of the conference with the ‘Building RIA Clients Using ArcGIS Workflow Manager REST Services.’  Esri is calling AGS Server Workflow Manager the ‘complete GIS management system’ and recommends using the product to create and manage GIS project workflows.  The product can be used by all stake holders including clients, managers, analysts, and developers.   Workflow Manager will allow you to author and publish project workflows, centralize project information and documentation, control access to data (including spatial data in your SDE repository), and integrate GIS into business processes.  The main intent of this session was to demonstrate how you can build a custom workflow manager solution using the new REST endpoints available.  The presenters showed examples of a custom Flex viewer that was able to query users, jobs, reports, and workflows through attribute criteria or by spatial area-of-interest.

My next session of the day was titled ‘Redesigning Desktop Applications for the Web.’  The session was basically a talk on why you would (and wouldn’t) want to move your applications to the web.  The web has become a pervasive, accessible, and proven platform and now might be the best time to consider moving desktop apps over, but, ultimately, you will need good project planning and a sound understanding of the user audience to make the best decision.   Some of the key information I took away from this session included:

  • The web is a fast and cheap infrastructure that provides a platform for easy collaboration and sharing.
  • Application development is easier now than ever before (with WebAPI’s and Application Builder tools).
  • The web interfaces are richer and smoother, allowing a desktop-like experience.
  • The user experience on the web is highly important.  You need a simple, but powerful application.
  • You must know the user audience and application requirements.  In some situations, a desktop application will still be the best choice.
  • Must consider security implications on the web.
  • Planning is key!  Planning the design, development, and deployment phases are critical to any application’s success.

My last session of the conference was ‘Advanced Development with ArcGIS API for MS Silverlight/WPF’.   Having no development experience with Silverlight, my goal was to learn what is possible with the framework and how it may differ from the other WebAPI’s.  The presenters here, like in most all other web sessions, stressed the importance of the user experience and reminded the audience that the application does not always have to be map-centric.  The application examples presented here demonstrated the grid/map interaction (i.e. hover over a data record and an assortment of animated effects highlight the related map feature) and other visually rich ways of interacting with the map and attribute data.  Some basic editing examples were also shown.  From the standpoint of a beginner Silverlight developer, I was most interested in the new Silverlight Application Builder (a WYSIWYG Silverlight editor) and the Visual Studio Silverlight templates.   Apparently, you can easily switch back and forth between the Application Builder and your custom Visual Studio-based Silverlight projects, which could make development in teams easier.

This was the end of the conference for me.  Esri did a great job and presented a lot of useful information regarding their products and future trends.

Esri Developer Summit: Day 1

We have 7 folks attending the Esri Developer Summit this year. We are going to use this forum to post our daily observations as a group in an effort to keep our technical staff informed of what we discover throughout the week.

Many of us had an interesting day of travel getting in Monday. The winds in Palm Springs were significant (you will see comments about air sickness in some of the posts). High enough winds that the airport was closed several times throughout the day. Ben and I saw a tractor trailer blown over by the gusts while our car was being sandblasted on the road from Ontario to Palm Springs (the 10 in California lingo). We all finally made it in safely and nearly all of were able to attend some of the Monday sessions, either Preconference seminars or Demo Theatre.

Dan Levine

I attended 5 different sessions on Day 1, 4 of which were useful. A couple of highlights from some of these.  First, I went to a session on integrating the Esri JS API into the IBM stack including COGNOS, Maximum, Mashup Portal, WebSphere, etc. The concept is that if you could leverage the Framework and Standards that IBM uses you can easily plug and play Esri based capability into any of these systems. To accomplish this Esri simply wrapped a light version of the JS Viewer with the framework as an iwidget. They are making this available as Open Source through the resource center and as a compiled binary through the IBM portal. What you can do now is in the IBM dev environments; you simply drag and drop map widgets, table grid widgets, chart widgets etc. and wire them together; in minutes you can have the beginning of an enterprise class dashboard. Because you can get the Open Source code, the functionality is only limited to your development skills and imagination. I really like the way Esri continues to use industry standards to integrate with Enterprise class systems.  We have several potential clients where this technology may come into play soon.

I also sat in on the Best Practices for Dynamic Display talk.  This was by far and away the most cohesive and complete summary of the do’s and don’ts of creating an app that shows objects moving on top of the map.  I suspect Steve may have more details about the Map production to enable the dynamic display caching of the base map, but many of the same ideas are used when publishing a high performing web map. What I took away from this session was that no matter what your requirement for moving objects, try the Graphics Tracker method first, it should handle 90% of what you are trying to do. If that fails, then you have to go to the Custom Layers options and “this is not easy” according to Esri.  Another cool idea was if your glyph needed to change for some reason as it moved across the map, create a glyph group and then just reference the extent of the version of the glyph you need. This saves a bunch on the graphics processing and memory.  There is much more here and again may be quickly of use with several projects on the horizon.

Danny Bradshaw

Aside from almost losing my lunch for the first time on any flight, ever, I jumped into the Esri developer summit with the “Hitchhikers guide to Python.”  While the instruction itself wasn’t over the top whiz-bang, it’s nice to see Esri return to its roots with a full featured command-line geoprocessing library (ArcInfo Workstation anyone?) with Arcpy.  Over 800+ geoprocessing tools supported, along with an active open-source community = great production and automation.

I also had the chance to sit it on a high-level discussion about some of the new features with Add-Ins for Silverlight and Sharepoint.  Being a Flex developer, I can’t help but compare their add-in architecture to that of Flex widgets (ala, plug-and-play bits of code).  Cool, but the coolest part is the fact that you can write Add-ins once and deploy to both the Esri Silverlight Application Builder (beta Silverlight Viewer), and/or a Sharepoint installation with no fuss or hoops to jump through.  Thank you Esri.  If I know one thing about developing software, it’s that code re-usability rules the day!

Tommy Bramble

The first thing I noticed in the main room is the increase in Esri techs and help desks from the 2009 Dev Summit.  All the Esri reps were very open to questions and even tracked down other reps if they did not know the answer(s) to your questions.  Getting to speak directly to the techs over the course of the week will be a valuable resource for current project issues.  There is also a huge increase in the mobile demos, with booths dedicated to each of the mobile technologies (Android, iPhone, Windows7, and ArcPad), including devices available to play with.  I have a feeling mobile technology is going to be the major focus this year.  The Demo Theatres kicked off the sessions with Mobile, Silverlight, and Sharepoint development presentations.  The ArcGIS 10 Mobile install had some interesting out-of-the-box application development tools, but as usual, I’m always wondering if it is going to be as easy as they make it look in the ‘Hello World’ demos.

Melinda Frost

I was most intrigued by the session on Building Extensions for ArcGIS Viewer for MS Silverlight and ArcGIS Mapping for SharePoint. Working for the past 9 months in ArcGIS Mobile WPF and striving to implement a 100% pure MVVM framework, I think I might have found the piece I am conceptually missing while attending this session on the extensible kits for Silverlight Viewer and Sharepoint. The demo on the extensibility kits using MS ICommand and utilizing OnAttached base methods is the piece I am missing to making my WPF framework truly plug and play.  Since the only difference between WPF and Silverlight is the UI controls (desktop vs. web), I plan to download the beta Silverlight Viewer and rip it open to see how this piece works so I can ‘borrow’ for the WPF apps.

More to come from the rest of the team.  Stayed tuned….just saw a SUPER COOL Kinect Map app during the Tuesday Plenary, Wow!

Follow

Get every new post delivered to your Inbox.

Join 31 other followers