YOUR FEEDBACK
Public-Key Encryption
Thomas Gorgolione wrote: You have to compile the code manually from the zi...
AJAXWorld RIA Conference
$300 Savings Expire July 25
Register Today and SAVE!

SYS-CON.TV

2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
TOP THREE LINKS YOU MUST CLICK ON


The AJAX Year In Review
"AJAX has been the other big software story of 2005, along with Web 2.0"

Digg This!

Ajax has been the other big software story of 2005, along with Web 2.0.  An optional ingredient to Web 2.0 software, Ajax has changed the perception of Web-based software as being horribly clunky, page-oriented, and boring when compared to native computer applications.  Ajax describes a set of techniques that makes Web software quite the opposite.  A quick visit to Google Maps and its live scrollable map tiles or NetVibes and its drag-and-drop reorganization of your personal data both show how potent and compelling Ajax techniques really are.

I originally covered the current state of Ajax back in August in a
widely linked article.  It still provides a good summary of the history, benefits, and pitfalls of Ajax but it's amazing what has happened since then.  It's also interesting to see what issue haven't been resolved.  Though Ajax isn't a technology, it's strictly constrained by the technologies that it uses to describe how to weave visually arresting, highly intereactive, web service-based applications that can be loaded into any browser with a single URL, all without installing any software.  But some challenges continue to remain but are decreasing in concern.

The term and world-wide attention behind Ajax is not even a year old, but you can find a wide range of poweful tools either with newly added support for Ajax or created just to support the Ajax way of life.  In addition, many of the constaints and problems with Ajax have been resolved or greatly reduced.  But keeping track of all these developments is very difficult, so I've compiled a summary here of the major advances in Ajax so far this year. 

I hope you enjoy.  And as always, please add your own at the bottom for all to benefit...

Improved Ajax Techniques


  • Content with Style: Fixing the Back Button and Enabling Bookmarking for AJAX Apps - Mike Stenhouse explains how to fix two of the more distracting problems with Ajax. These can be particularly problematic for users new to Ajax applications.  Since Ajax apps typically load into a single web page, it makes pressing the Back button meaningless or actually harmful.  And this breaks the browser usage model annoyingly.  Also, individual views of data in an Ajax application cannot have a URL or permalinks unless precautions are taken.  Mike does a great job covering how to reduce these problems.
  • Saving Session Across Page Loads Without Cookies, On The Client Side - Ajax virtuoso Brad Neuberg strikes again with a detailed explanation of how to deal with saving session information across page loads without relying on cookies.  This is important in larger applications which typically want to store more information than a cookie can hold.  Brad also has some terrific tools to deal with this as well (see AMASS below)
  • Call SOAP Web services with AJAX - By design, Ajax is a voracious consumer of web services like XML/HTTP, REST, and SOAP.  A great article at IBM's DeveloperWorks describes how to easily call SOAP web services from Ajax.  This is important because SOAP is a complex protocol that requires some familiarity to use.  While Ajax development tools like Atlas, General Interface, and Bindows will solve this by providing a SOAP stack, for many, hand development of back-end SOAP request is the only option right now to achieve interoperability with WS-I Basic Profile web services.
  • Ajax using only an image - Browsers and networks continue to get more secure and many configurations will not allow an Ajax application to use web services, and almost none of them will allow you to access a server other than the one the Ajax app loaded from.  Enter an elegant technique to solve this by using image URLs.  Not for the faint of heart, and certainly a possible security hole but a compelling solution nonetheless.

Ajax Tools and Libraries


  • TIBCO's General Interface - I've not used this Ajax development environment extensively yet but it apparently eats its own dog food and runs entirely inside a browser (which apparently must be Internet Explorer).  Supposedly containing an entire SOAP stack, a full-blown IDE, and numerous libraries, General Interface is one of the leading solutions in this space and can be downloaded and used today.  TIBCO cautions you not to use it for production apps yet, but my initial use was encouraging.
  • Microsoft Atlas - A serious contender in the Ajax IDE space (details here), Microsoft is planning for Atlas to be a heavy-duty, enterprise scale Ajax solution.  Integrated into Visual Studio 2005, Atlas is just a code name but expect that it will be a leading Ajax player from the get go and will live up to its name.
  • Dojo - Still in early release, the open source Ajax library, Dojo, is getting lots of attention from folks in the know.  Dojo is billed as a "powerful, portable, lightweight, and tested tools for constructing dynamic interfaces. Dojo lets you prototype interactive widgets quickly, animate transitions, and build Ajax requests with the most powerful and easiest to use abstractions available."  I haven't used it yet, but you can bet I will be soon.
  • Script.aculo.us - One of the very best Ajax visual effects libraries that I've used is the eponymous script.aculo.us.  Advertised as "Web 2.0 JavaScript", script.aculo.us has numerous effects and convenience tools, all built on nice, tight object-oriented abstractions.  I've used it and I can recommend it for its simplicity and reliability.
  • Bindows - Mind-blowing Ajax library for recreating the full richness of native applications, and includes a SOAP stack.
  • AMASS - Ajax gets good client-side storage.  A brilliant piece of work by Brad Neuberg, check out a description of how AMASS works here.
  • TrimQuery - A robust JavaScript database for Ajax.  When combined with AMASS above, neat things can really happen.

    Ruby on Rails


  • Ruby on Rails - Should probably be listed first, not down here.  The best lightweight, server-side Ajax framework out there today.  Note that Ajax pioneers and Web 2.0 leaders 37Signals sponsor this site and RoR is used by a great many successful Web 2.0 sites.

  • Log4Ajax - Many serious developers wouldn't switch to a new programming model without a Log4J equivalent and here it is.  Both traditional console as well as advanced logging support for Ajax is here today.  SourceForge site here.
  • Backbase - This IDE is getting good reviews but it apparently uses an abstraction layer like Morfik.  I haven't used it yet but I keep hearing about it.
  • Sajax - A good competent server-side framework featuring support for most common back-end languages like Perl, Python, Ruby and much more.

Note: The most complete Ajax framework listing I've seen available is here.

Ajax News and Resources

Ajax Developer's Journal

  • The Ajax Developer's Journal - Good sources of news for Ajax are still pretty scarce but that's starting to change in a big way.  SYS-CON has recently launched their Ajax Developer's Journal and has been working closely with Jesse James Garrett, who coined the term.  Expect lots of interesting and topical new articles and coverage on a regular basis.
  • Ajaxian - Dion Almaer and Ben Galbraith have been working on Ajaxian for a while now and it remains one of the very best sources for the latest Ajax news, tools, events, and general inspiration.

Critiques and Analysis of Ajax


  • Ajax Mistakes - This is Alex Bosworth's terrific analysis of the early problems with Ajax.  He a big believer in the technology and his Ajax-powered LiveMarks site is one of my absolute favorites.  A good place to start to understand some of the challenges with Ajax.
  • Fixing Ajax: XmlHttpRequest Considered Harmful - Some good coverage of why Ajax doesn't really enable the use of the services of other web sites without a lot of work.  This is a big barrier to leveraging Web 2.0's global services landscape.  This can be solved a number of ways however and the options are explored here.  The image URL solution a few paragraphs above is missing but otherwise this is an excellent summary.

    Ajax Network Constraints


  • 10 Places You Must Use Ajax - Alex is back and carefully enumerates the good places to use Ajax.  He also covers when to avoid it.  Excellent material for those learning how to design with Ajax.
  • Top 10 Reasons Ajax Is Here To Stay - Andre Charland nails it.  Though some folks dislike Ajax for a variety of reasons, here are some terrific positive motivations for using it today.

And don't forget to see what can be done with Ajax!  Check out these great new Ajax-enabled applications here.

posted Friday, 30 December 2005

About RIA News Desk
Ever since Google popularized a smarter, more responsive and interactive Web experience by using AJAX (Asynchronous JavaScript + XML) for its Google Maps & Gmail applications, SYS-CON's RIA News Desk has been covering every aspect of Rich Internet Applications and those creating and deploying them. If you have breaking RIA news, please send it to RIA@sys-con.com to share your product and company news coverage with AJAXWorld readers.

web2.wsj2.com wrote: Trackback Added: Ajax Starts To Grow Up and Bindows Helps; I had an interesting discussion on the phone today with Yoram Meriaz, CEO of MB Technologies, and maker of the remarkable Bindows Ajax framework. As Ajax becomes more mainstream, organizations have become increasingly interested in taking
read & respond »
web2.wsj2.com wrote: Trackback Added: Ajax Starts To Grow Up and Bindows Helps; I had an interesting discussion on the phone today with Yoram Meriaz, CEO of MB Technologies, and maker of the remarkable Bindows Ajax framework. As Ajax becomes more mainstream, organizations have become increasingly interested in taking
read & respond »
enygma wrote: Great wrapup! It's amazing to me seeing how far such a simple idea as Ajax has really come in this time (not even a year). It has opened new doors and made some pretty amazing new sites possible, and I love that people are already trying to stretch the boundaries of what you can do with the tools made availible. Keep up the great work here! Also, just wanted to let you know about AjaxDeveloper.org for a new source as well. There's some similar postings as Ajaxian (in fact, we credit them with several of the posts we make), but there's also a few others that we catch as well. http://www.ajaxdeveloper. org
read & respond »
Kevin Hakman wrote: Dion-- Thanks for summing it all up so well. Looking forward to 2006. I wante dto add a clarification re: TIBCO General Interface. The 3.0 product is available today and powering solutions at demanding enterprises and the US Military. No "caution" needed for this software. Hoever, our 3.1 software is available in Beta form as well from developer.tibco.com. Perhaps that's what you meant by not-ready-for-production. In any event 3.1 will be generally available soon. -- Kevin Hakman, TIBCO
read & respond »
Baz Web Development: Ajax, FastCGI, Joomla wrote: Trackback Added: The AJAX Year In Review; We’ve seen and heard a lot about Ajax in 2005. Here is the Ajax year of 2005 in review: The AJAX Year In Review — The term (and world-wide attention) behind AJAX is not even a year old, but you can find a wide range of powerful tools either ...
read & respond »
LATEST AJAXWORLD STORIES
AJAX RIA Tutorial - Accessing the ASP.NET Authentication, Profile and Role Service in Silverlight
In ASP.NET 2.0, we introduced a very powerful set of application services in ASP.NET (Membership, Roles and profile). In 3.5 we created a client library for accessing them from Ajax and .NET Clients and exposed them via WCF web services. For more information on the base level AS
RIA Themes & Topics at the 6th International AJAX World RIA Conference & Expo
A round-up of the overall themes and topics being presented at the 6th International AJAXWorld RIA Conference & Expo at The Fairmont Hotel in San Jose, CA, October 20-22, 2008 - including AIR & Flex, AJAX, ASP.NET, Google Web Toolkit (GWT), iPhone Development, JavaScript, Mashup
WaveMaker Visual AJAX Studio Enables Rapid Application Development for Xignite Web Services
WaveMaker announced a strategic partnership with on-demand financial Web services provider Xignite. Together, Xignite and WaveMaker will simplify the process by which financial services organizations integrate key financial information into the processes and applications their em
New NetSuite CRM+ Features Enhance Ease-Of-Use With Advanced AJAX-Powered Workflows
NetSuite announced new capabilities for its flagship CRM product, NetSuite CRM+, featuring AJAX-powered workflows that enhance ease-of-use of marketing automation and knowledge management functionality used in customer support and customer service. These new workflows center arou
SnapLogic Announces SugarCRM Solution Pack
SnapLogic announced the SugarCRM Solution Pack, an extension to the SnapLogic open source data integration framework. SnapLogic enables enterprises to integrate data on both sides of the enterprise firewall and to create custom integration solutions, including application integra
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE