• The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
Menu
  • The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
  • What Is AJAX?

    November 12, 2008 Paul Tuohy

    If you happen to dabble with any sort of Web development (or even if you don’t), you have probably heard of Asynchronous JavaScript and Extensible Mark-up Language (XML)–better known as AJAX.

    Depending on who you talk to AJAX is either “another flash in the pan” or “the greatest thing since sliced bread.” As usual, the truth probably falls somewhere in between.

    In this, the first of two articles, I want to discuss what AJAX is and why you might want to use it. In the following article I will give a simple example of using AJAX with an RPG CGIDEV2 program.

    Briefly,

    AJAX allows programmers to dynamically update an existing Web page as opposed to loading a new page. In other words, AJAX provides a means for the server to update the current Web page as opposed to sending a new page.

    AJAX is not a programming language. It is a collection of techniques that allow a function to communicate with a server from within a Web page. These techniques make use of standard JavaScript objects to asynchronously retrieve data from a server. The data is retrieved from the server as XML, Hypertext Markup Language (HTML), or plain text. (It is easier to start with plain text and HTML.)

    Here are some simple examples of where you might use AJAX:

    • When a user selects a country on a form, populate the state list with a list of the states for that country; i.e., when the user selects a country, send the country code to the server which returns the list of states for that country and a function populates the state list on the form with the data returned.
    • When a user enters a code on a form, retrieve and display the description of the item.
    • Provide a list of suggestions as a user types in a search name.

    The use of AJAX provides numerous ways of enhancing Web page interaction for a user.

    History

    In Web terms, the techniques used with AJAX are “old”; they have been around since the late 90’s. They are a result of a progression of techniques used in Hidden Frames, IFrames, Dynamic HTML (DHTML), and XMLHTTP.

    Most of these techniques were pioneered by projects at Google Labs. For example, Google Suggest uses AJAX to provide a list of search suggestions as you type into the search box, and Google Maps uses AJAX to allow you to scroll through a map (parts of the map are retrieved as you scroll) or it uses AJAX to show details of an item on a map as a pop-up.

    But where did the term AJAX come from? In February 2005, Jesse James Garrett of Adaptive Path, LLC, published, Ajax: A New Approach to Web Applications, where he coined the term AJAX.

    “Google Suggest and Google Maps are two examples of a new approach to Web applications that we at Adaptive Path have been calling AJAX. The name is shorthand for Asynchronous JavaScript + XML, and it represents a fundamental shift in what’s possible on the Web.”

    The article led to a wave of AJAX articles, code samples, and debates. Suddenly, everyone was talking about AJAX.

    The other main component in the success and rapid adoption of AJAX was the increase of broadband usage. Google Maps would not have succeeded on dial-up alone!

    Why Is AJAX So Popular?

    The popularity of AJAX cannot be put down to a catchy turn of phrase in an article. Providing a name for the techniques may have provided a focus, but that in itself is not enough to make programmers use it.

    There are a few components that have led to the success of AJAX:

    • All of the required objects are part of the browser. Additional plug-ins or downloads are not required (nothing to buy or install).
    • AJAX provides capabilities formerly only available through server-side scripting (e.g., JavaServer Pages), Java applets, or ActiveX controls.
    • Broadband provides the communications speed and satisfies any volume requirements.
    • There are no longer myriad browsers. The industry seems to have standardized on Internet Explorer (IE), Firefox, and Opera (or at least requirements are defined by these three browsers).
    • There are numerous toolboxes and frameworks available that simplify AJAX implementation and use.
    • The Web is full of numerous examples of AJAX in action.

    Really,

    According to Garret, AJAX is a technique that combines and exploits some long-standing Web technologies:

    • Using XHTML and Cascading Style Sheets (CSS) for structure and presentation.
    • Displaying and manipulating pages using the Document Object Model (DOM).
    • Using the browser’s XMLHttpRequest object to transfer data between the client and the server.
    • Using XML as the format for the data flowing between the client and the server.
    • Using JavaScript to dynamically display and interact with all of the above.

    Of all of these the important ones (as far is AJAX is concerned) are JavaScript and the XMLHttpRequest object. This is what you use to send a request to a server and retrieve its response. All of the others (XHTML, CSS, DOM, XML) are what you use to manipulate the Web page with the data retrieved from the server.

    In the End

    To make use of AJAX you must learn how to program in JavaScript and how to use the XMLHttpRequest object. You must also learn how to use JavaScript to manipulate a Web page. In other words, what do you do when data is returned?

    For AJAX to work, JavaScript must be enabled in the browser. This is probably the largest hindrance to using AJAX, especially if you are deploying AJAX-enabled applications in an Internet environment where you cannot specify the client’s browser configuration.

    But be assured that AJAX has plenty to offer any i developer who writes programs for the Web. In the next article we will look at AJAX in action.

    Paul Tuohy is CEO of ComCon, an iSeries consulting company, and is one of the co-founders of System i Developer, which hosts the RPG & DB2 Summit conferences. He is an award-winning speaker who also speaks regularly at COMMON conferences, and is the author of “Re-engineering RPG Legacy Applications,” “The Programmers Guide to iSeries Navigator,” and the self-study course called “iSeries Navigator for Programmers.” Send your questions or comments for Paul to Ted Holt via the IT Jungle Contact page.



                         Post this story to del.icio.us
                   Post this story to Digg
        Post this story to Slashdot

    Share this:

    • Reddit
    • Facebook
    • LinkedIn
    • Twitter
    • Email

    Tags:

    Sponsored by
    DRV Tech

    Get More Out of Your IBM i

    With soaring costs, operational data is more critical than ever. IBM shops need faster, easier ways to distribute IBM applications-based data to users more efficiently, no matter where they are.

    The Problem:

    For Users, IBM Data Can Be Difficult to Get To

    IBM Applications generate reports as spooled files, originally designed to be printed. Often those reports are packed together with so much data it makes them difficult to read. Add to that hardcopy is a pain to distribute. User-friendly formats like Excel and PDF are better, offering sorting, searching, and easy portability but getting IBM reports into these formats can be tricky without the right tools.

    The Solution:

    IBM i Reports can easily be converted to easy to read and share formats like Excel and PDF and Delivered by Email

    Converting IBM i, iSeries, and AS400 reports into Excel and PDF is now a lot easier with SpoolFlex software by DRV Tech.  If you or your users are still doing this manually, think how much time is wasted dragging and reformatting to make a report readable. How much time would be saved if they were automatically formatted correctly and delivered to one or multiple recipients.

    SpoolFlex converts spooled files to Excel and PDF, automatically emailing them, and saving copies to network shared folders. SpoolFlex converts complex reports to Excel, removing unwanted headers, splitting large reports out for individual recipients, and delivering to users whether they are at the office or working from home.

    Watch our 2-minute video and see DRV’s powerful SpoolFlex software can solve your file conversion challenges.

    Watch Video

    DRV Tech

    www.drvtech.com

    866.378.3366

    Share this:

    • Reddit
    • Facebook
    • LinkedIn
    • Twitter
    • Email

    Sponsored Links

    BCD:  Attend a Presto How To technical webinar, November 19
    COMMON:  Join us at the 2009 annual meeting and expo, April 26-30, Reno, Nevada
    Vision Solutions:  A $20 gas card for completing a short i5/OS DR survey

    IT Jungle Store Top Book Picks

    Easy Steps to Internet Programming for AS/400, iSeries, and System i: List Price, $49.95
    Getting Started with PHP for i5/OS: List Price, $59.95
    The System i RPG & RPG IV Tutorial and Lab Exercises: List Price, $59.95
    The System i Pocket RPG & RPG IV Guide: List Price, $69.95
    The iSeries Pocket Database Guide: List Price, $59.00
    The iSeries Pocket Developers' Guide: List Price, $59.00
    The iSeries Pocket SQL Guide: List Price, $59.00
    The iSeries Pocket Query Guide: List Price, $49.00
    The iSeries Pocket WebFacing Primer: List Price, $39.00
    Migrating to WebSphere Express for iSeries: List Price, $49.00
    iSeries Express Web Implementer's Guide: List Price, $59.00
    Getting Started with WebSphere Development Studio for iSeries: List Price, $79.95
    Getting Started With WebSphere Development Studio Client for iSeries: List Price, $89.00
    Getting Started with WebSphere Express for iSeries: List Price, $49.00
    WebFacing Application Design and Development Guide: List Price, $55.00
    Can the AS/400 Survive IBM?: List Price, $49.00
    The All-Everything Machine: List Price, $29.95
    Chip Wars: List Price, $29.95

    RFID Spending to Grow 15 Percent Per Year, ABI Research Says Jinfonet Boosts Performance of Reporting Tool

    Leave a Reply Cancel reply

Volume 8, Number 39 -- November 12, 2008
THIS ISSUE SPONSORED BY:

LANSA
ProData Computer Services
Vision Solutions

Table of Contents

  • What Is AJAX?
  • Retrieve the User ID at Run Time In a .NET Environment
  • Admin Alert: Readers Pimp Joe’s Font, Win No-Prize

Content archive

  • The Four Hundred
  • Four Hundred Stuff
  • Four Hundred Guru

Recent Posts

  • Meet The Next Gen Of IBMers Helping To Build IBM i
  • Looks Like IBM Is Building A Linux-Like PASE For IBM i After All
  • Will Independent IBM i Clouds Survive PowerVS?
  • Now, IBM Is Jacking Up Hardware Maintenance Prices
  • IBM i PTF Guide, Volume 27, Number 24
  • Big Blue Raises IBM i License Transfer Fees, Other Prices
  • Keep The IBM i Youth Movement Going With More Training, Better Tools
  • Remain Begins Migrating DevOps Tools To VS Code
  • IBM Readies LTO-10 Tape Drives And Libraries
  • IBM i PTF Guide, Volume 27, Number 23

Subscribe

To get news from IT Jungle sent to your inbox every week, subscribe to our newsletter.

Pages

  • About Us
  • Contact
  • Contributors
  • Four Hundred Monitor
  • IBM i PTF Guide
  • Media Kit
  • Subscribe

Search

Copyright © 2025 IT Jungle