InfoQ

Interview

   Good News: We have re-worked our video infrastructure to provide more reliable service. Please email bugs at infoq.com with any problems.

Ajaxian.com's Dion Almaer Interview

Interview with Dion Almaer on Feb 26, 2007 05:20 AM

Community
Java
Topics
Javascript,
Web 2.0,
Rich Internet Apps
Tags
Dojo,
Scriptaculous,
Prototype
Summary
In this interview Ajaxian cofounder Dion Almaer talks about the state of Ajax development today. Among the items he discusses are the history of how Ajax came to be, which frameworks he recommends developers consider, and tooling/debuggins support. Almaer also talks about security and general design considerations that need to be respected when creating Ajax enabled applications.

Bio
Dion Almaer, co-founder of Ajaxian.com is a columnist on Enterprise Java topics at openxource.com, onjava.com, TheServerSide.com, and of course his blog at almaer.com/blog.He enjoys writing, and speaking at events such as JavaOne, JavaPolis, TheServerSide Symposium,and the No Fluff Just Stuff symposium tour.He participates on the Java Community Process expert groups, and the open source community
So Dion can you tell us where yourself in, what you're up to?
So why did you move into Ajax, what's so exciting about it?
What is Ajax going to bring to the world? What's new now? What's possible?
So you mentioned what's possible what kind of tools do you need to make this work?
So tell us a little about the JavaScripts frameworks, how do they work and what is the best one out there?
You never mentioned DWR, how come?
So moving on to the server side, you were talking about DWR what else is possible?
What browsers don't support JavaScript? Why do we need to care about that?
What are some security issues with Ajax?
So the notion of trust boundaries, brings up a question about what part of your application should live in Ajax line on the browser versus on the server? I mean if you put validation on the browser should you count on that for always happening? What guidelines over there?
What about debugging support?
What about IDE integration I mean is there some way to get debugging support that works all the way from the browser straight to your Java code or any other code?
So what are some final words about Ajax?
show all  show all

5 comments

Reply

Quick update on the state of affairs (from an AJAX perspective) by Malcolm Railey Posted Feb 23, 2007 1:23 PM
Debugging JS/AJAX by Dallas Vaughan Posted Mar 1, 2007 2:12 PM
Eclipse Ajax Toolkit Framework (ATF) by Wayne Beaton Posted Mar 2, 2007 1:00 PM
Re: Eclipse Ajax Toolkit Framework (ATF) by Alwin Joseph Posted Mar 3, 2007 7:28 AM
Re: Eclipse Ajax Toolkit Framework (ATF) by Vinupriya Mariyanayagam Posted May 24, 2007 1:17 PM
  1. Thank you, Dion, for taking the time to create this interview. You covered a lot of ground in a short period of time, which is just what I needed to update me on how things have changed since the early days of EJB (which in 1999 I immediately discarded as a production product in lieu of direct development with JSPs and JDBC). In short, the industry has moved about a thousand miles.

  2. Back to top

    Debugging JS/AJAX

    Mar 1, 2007 2:12 PM by Dallas Vaughan

    I'm surprised he mentioned DOM Inspector and Venkman but didn't mention probably the best tool available today for JS debugging, DOM "inspecting", and even CSS debugging - Firebug (http://www.getfirebug.com).

  3. Back to top

    Eclipse Ajax Toolkit Framework (ATF)

    Mar 2, 2007 1:00 PM by Wayne Beaton

    Have you seen the Eclipse ATF? It has support for debugging JavaScript (running in a browser within the Eclipse IDE), inspection of DOMs, JavaScript console, CSS inspection, etc. It's only version 0.2.1 right now, but is pretty powerful. I've been blogging about it recently.

  4. Back to top

    Re: Eclipse Ajax Toolkit Framework (ATF)

    Mar 3, 2007 7:28 AM by Alwin Joseph

    " I think what's cool about Ajax is that we totally change our web architectures " Rod Johnson, We need 2.0 version of J2ee design and Implementation. Covering strut 2 , Spring MVC , Spring Web Flow , Dojo , web productivity and web 2.0 stack. As Spring community where we are heading in this space.

  5. Back to top

    Re: Eclipse Ajax Toolkit Framework (ATF)

    May 24, 2007 1:17 PM by Vinupriya Mariyanayagam

    " I think what's cool about Ajax is that we totally change our web architectures " Rod Johnson, We need 2.0 version of J2ee design and Implementation. Covering strut 2 , Spring MVC , Spring Web Flow , Dojo , web productivity and web 2.0 stack. As Spring community where we are heading in this space.

Exclusive Content

Tapestry for Nonbelievers

A new article by I. Drobiazko and R. Zubairov introduces v. 5 of the Apache Tapestry component-oriented web framework. The tutorial shows how to create a component and covers IoC in Tapestry and Ajax.

Pete Lacey on REST and Web Services

In this interview, Burton Group consultant Pete Lacey talks to Stefan Tilkov about his disillusionment with SOAP, his opinion on REST, and addresses some of the perceived shortcomings REST vs. WS-*.

Business Natural Languages Development in Ruby

Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.

Distributed Version Control Systems: A Not-So-Quick Guide Through

Adoption and interest for Distributed Version Control Systems is constantly rising. We will introduce the concept of DVCS and have a look at 3 actors in the area: git, Mercurial and Bazaar.

Segundo Velasquez and Agile as Seen Through the Customer's Eyes

Deborah Hartmann interviewed Segundo Velasquez about his experience as customer with an Agile team during the initial phase of software design of a product.

Fine Grained Versioning with ClickOnce

David Cooksey shows how to fine grained versioning to a ClickOnce deployment using an HttpHandler written with ASP.NET, making partial rollouts to a test audience much easier.

Implementing Manual Activities in Windows Workflow

Windows workflow (WF) is an excellent framework for implementing business processes, but lacks support for human activities. This article describes a completely generic approach for changing this.

Markus Voelter about Software Architecture Documentation

In this interview taken during OOPSLA 2007, Markus Voelter talks about the importance of documenting the software architecture, and gives some good and also bad examples on how it could be done.