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
Backbase ,
AJAX ,
DWR ,
GWT Designer ,
BEA Workshop ,
Prototype ,
GWT

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.

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

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.