Ajax Tutorial

Short for asynchronous JavaScript and XML, Ajax is a method of building interactive Web applications that can retrieve data from the server without interfering with the front-end display or function.  Ajax

    Requires Free Membership to View

    When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to keep you informed on recent service-oriented architecture (SOA) and SOA-related topics such as integration, governance, Web services, Cloud and more.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSOA.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSOA.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

technologies have helped make Internet access one of the most important reasons for using a computer. Ajax has made rich internet applications, including video, music, and dynamic user interfaces--features once limited to desktop applications--readily available on Web pages. As a result, the use of desktop applications has declined and the use of Web services has increased dramatically.

In order to enhance Web application performance, the Ajax approach relies on an API, such as XMLHttpRequest, to enable asynchronous communication between the server and the client. The Ajax approach takes advantage of several existing programming tools--not only JavaScript and XML, but also cascading style sheets (CSS), dynamic HTML (DHTML), and more. One of the most important tools in the Ajax tool chest is JSON, which shares similarities with both JavaScript and XML.

The tools, techniques and methods employed by Ajax were already in place before Jesse James Garret coined the phrase in 2005. Since then, the Ajax approach has grown by leaps and bounds. The popularity of Ajax is due mostly to its ability to simplify and accelerate Web applications, but also in part to efforts of Ajax enthusiasts like Ben Galbraith and Dion Almaer. Ben and Dion started an Ajax blog in 2005 which became a central fixture of the burgeoning Ajaxian community. That community still lives and continues to grow at Ajaxian.com.

Other Ajax resources on SearchSOA.com

This was first published in August 2010