- Steve Jobs is a man of a few words
- Internet routing blasts into space
- 15 free downloads to pep up your old PC
- IBM smartphone software translates 11 languages
- New attack fells Internet Explorer
We want to revise some forms to use the Asynchronous JavaScript + XML (AJAX) approach with background data submissions and page updates. Are there options for an AJAX development kit to simplify the process?
There are several AJAX toolkits, from commercial products (Backbase) to open source offerings such as the Simple Ajax Tool Kit (www.modernmethod.com). More information is available at www.ajaxian.com.
One free component you will want to utilize is prototype.js. Prototype is a strong, stable collection of Document Object Model handling and convenience methods for working with XMLHTTPRequest and remote scripting that simplifies AJAX programming. The Rico kit (www.openrico.org) is an example of a higher-level development tool that builds on prototype.js. Several special-effects components can enhance your AJAX development experience. The site www.asp.net has links to AJAX controls for use in ASP.NET applications.
Tibco also provides an AJAX development toolkit through its General Interface Developer program. Finding a kit to meet your needs may take a little digging, simply because there are so many choices. Also keep an eye on the Macromedia (Adobe) Flex platform. The Flex Builder 2 alpha download seems aimed at making it easier to build AJAX-style Rich Internet Applications in Flash.
Comments (2)
Finding AJAX toolkitsBy Anonymous on December 16, 2006, 10:13 amprototype and openrico are good, but, for a complete solution, you must check ZK, too. Re: This article.
Reply | Read entire comment
One of the choicesBy Anonymous on December 29, 2008, 9:08 amThose who need client-side Ajax components toolkit may check DHTMLX Suite, a comprehensive set of DHTML JavaScript components for building rich and interactive web...
Reply | Read entire comment
View all comments