InfoQ

News

Ajax Framework Comparison Tools article

Posted by Rob Thornton on Dec 15, 2006 01:00 PM

Community
Java
Topics
Rich Internet Apps
Tags
DWR,
Prototype,
Backbase,
AJAX,
BEA Workshop,
GWT,
GWT Designer

A new article on BEA's Dev2Dev site provides a way to sort through the numerous Ajax frameworks that are available today. The goal of the technique is to make it easier to understand the distinctions between the various frameworks by placing them on a set of axes including declarative versus procedural and client-centric versus server-centric.

Gary Horen, the Program Manager for Ajax and Languages at BEA, wrote the article because there are so many Ajax toolkits available that it can be hard to winnow down the choices and find the correct one for a project. He describes his goal as:

This article attempts to sort through these frameworks and map some of the characteristics by which they can be compared. The hope is that the reader will come away with some tools to use for breaking down the collection of Ajax offerings in ways that make it easier to understand distinctions between them, narrowing down the subset that needs to be looked at, and making better-informed choices.

Horen breaks down the frameworks along four axes:

  • Open source vs. commercial
  • Comprehensive framework vs. individual components
  • Declarative vs. procedural
  • Client-centric vs. server-centric

He describes each of the axes, the pros and cons of each end, and what to consider when making a decision on it. For instance, for the comprehensive framework vs. individual components axes, he describes the issues to consider as:

Making a choice along this axis is often related to the age of an application: A new one generally has an easier time dealing with the assumptions made a by a comprehensive package. To make incremental improvements to an existing Web application, it can often, although not always, be easier to integrate code scraps or objects. Scraps and individual components can require more programming, because they operate at a lower level. Comprehensive frameworks make assumptions that make them harder to integrate with each other, and are harder to use in a portal (because sometimes their assumptions conflict with ones made by the portal container).

He then goes through five frameworks: Prototype, DWR, Dojo, Backbase, and GWT and describes where they fall on the axes. His final section is on tooling, where he mentions client-tools from the Mozilla Foundation and the Eclipse Ajax Tooling Framework as well as the server-side tools BEA Workshop Studio and GWT Designer.

1 comment

Reply

Check out also Visual WebGui which provides an alternative for GWT on .NET by Guy Peled Posted Mar 22, 2007 4:33 AM
  1. Here is a short screncast demonstrating developing with Visaul WebGui. http://www.visualwebgui.com/Default.aspx?tabid=314 Guy

Exclusive Content

VMware Infrastructure 3 Book Excerpt and Author Interview

VMware Infrastructure 3: Advanced Technical Design Guide and Advanced Operations Guide provides a wealth of practical insights into setting up virtualization in todays corporate environments.

Architectures of extraordinarily large, self-sustaining systems

Can a system that is so large it cannot be comprehended be "designed" in a conventional sense? The foundations of computing are about to change. In this talk, Richard P. Gabriel explores why and how.

Using Ruby Fibers for Async I/O: NeverBlock and Revactor

Ruby 1.9's Fibers and non-blocking I/O are getting more attention - we talked to Mohammad A. Ali of the NeverBlock project and Tony Arcieri of the Revactor project.

Agile and Beyond - The Power of Aspirational Teams

Tim Mackinnon talks about the aspirations behind the Agile principles and practices, the desire to become efficient, to write quality code which does not end up being thrown away.

Concurrency: Past and Present

Brian Goetz discusses the difficulties of creating multithreaded programs correctly, incorrect synchronization, race conditions, deadlock, STM, concurrency, alternatives to threads, Erlang, Scala.

ActionScript 3 for Java Programmers

Often the hardest part of changing technologies is language syntax differences. This new article provides Java developers with a transition guide to Actionscript which forms the foundation of Flex.

Neal Ford On Programming Languages and Platforms

Neal Ford talks about having multiple languages running on one of the two major platforms: Java and .NET. He also presents the advantages offered by Ruby compared to static languages like Java or C#.

Future Directions for Agile

David Anderson talks about the history of Agile, the current status of it and his vision for the future. The role of Agile consists in finding ways to implement its principles.