Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Web Development

Interview: Adaptive Path's Jesse James Garrett


Jesse James Garrett
President, Adaptive Path

You personally coined the acronym Ajax (Asynchronous JavaScript and XML) a year and a half ago when you were trying to persuade a client to use the underlying technologies in a Web application. Because you're good at compressing ideas, how would you describe the business benefit of Ajax?

One benefit is making Web applications more responsive to users. The project that really got us interested in Ajax was an insurance company's policy-processing application--the software its agents used to manage the business. There was a considerable competitive advantage to be gained if that application was more responsive; there would be an opportunity to take business away from competitors.

Haven't the technologies underlying Ajax existed for years?

That's right. I have often been asked what it was about 2005 that made it ripe for Ajax in ways that 2001 or 1998 weren't. Basically, we got smarter as an industry about how to use these technologies effectively.

Podcast

Listen as Jessie James Garrett, the president of Adaptive Path, talks about Ajax's suitability to speed web applications--and what it still has to prove | Listen Now

More Podcasts

Podcast

Ajax is the man behind the curtain on some popular consumer applications, including aspects of the DVD rental service Netflix and the photo-sharing site Flickr. Are there ways in which Ajax is particularly suited for enterprises and intranets?

In the enterprise, developers often have a controlled client environment where they can be assured that everyone is going to be using the same browser on the same platform. That's an enormous advantage that developers of consumer-facing Ajax applications don't have.

Google has become the poster child for successful Ajax implementations with Gmail and Google Maps. Can companies whose core expertise isn't in technology realistically expect to be successful using Ajax?

From a technological perspective, Ajax is getting easier to implement all the time. There are more and more frameworks and toolkits available. So it's not like it was when Google developed Gmail, which it essentially had to create from scratch.

How supportive is Microsoft of Ajax?

They've got an Ajax development toolkit called Atlas that has been in development for a while now. In addition, there's the Windows Presentation Foundation, which is another set of tools to enable the development of these kinds of applications, although that would be Windows platform-specific, as opposed to Atlas, which wouldn't. Microsoft's strategy is to provide tools for every kind of developer, and then see which way the industry goes.

How are you addressing clients' security concerns with Ajax?

We are advising caution. What's likely is that some of those security concerns--about the visibility of personal information, about access to underlying business logic, those kinds of things--are going to be manifested in some real exploits. Somebody's going to get burned, and then the industry will apply itself toward solving that problem.

What odds would you put on it one day being considered passé to do applications anyplace other than on the Web?

The zero-deployment quality of Web applications makes them very attractive, obviously, for IT administrators. But what we saw with the migration of a lot of different applications to Web-based applications on intranets is that a lot of people would find ways to work around them if those new applications weren't delivering the same level of value to users. These Web-based replacements for desktop applications are really going to have to prove themselves.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.