With the upcoming rise of AJAX applications on the web, I wrote some own pieces of code to understand what it is about. I know there must be easier ways than directly dealing with the XMLHttpRequest object and thought this is why all the AJAX frameworks were created.
However, when I had a look at some of them, I mostly found documentation on how to create visual effects and how to manipulate the DOM tree easily. I don't understand why they call themselves AJAX frameworks then, as I consider a AJAX framework as something which helps me to manage sending HTTP requests and processing the responses.
Am I missing the point? What is about those frameworks?