Third AJAX article published by IBM

Wouter van Reeven 1
0 0
Read Time:39 Second

Recently, IBM released two articles about AJAX on their website, called Mastering AJAX, Part 1: Introduction to Ajax and Mastering AJAX, Part 2: Make asynchronous requests with JavaScript and Ajax. Now, the third article has been released, called Mastering AJAX, Part 3: Advanced Requests and Responses in Ajax.

In this third article, author Brett McLaughlin focuses on some of the problems you may encounter sending requests to your web server. Different browsers may respond differently to responses sent by web servers triggered by HttpRequests. The rest of the article focuses on checking for error messages sent to you by your web server and indentifying the cause of these messages. Absolutely worth checking out if you’d like to create an advanced AJAX application and need a means to debug it.

About Post Author

Wouter van Reeven

Wouter is Java consultant at AMIS
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

One thought on “Third AJAX article published by IBM

  1. Brett McLaughlin makes some interesting points in his article actually. I’d definitely recommend his article as well, if you’re interested in creating a more complex AJAX app.
    Cheers
    Bob from architect cape town

Comments are closed.

Next Post

Getting started with Unit Testing of JDBC based DAOs with the Spring Framework (introducing DBUnit)

For one of our Java projects, I wanted to help a colleague getting started with unit testing. Due to high time pressure, there was a real risk that – and we know it should not happen that way – unit tests might be pushed backwards in time. The project is […]
%d bloggers like this: