AJAX Made Easy - Learn AJAX
AJAX Home Java

AJAX : Asynchronous Java + XML?

Author: Bonnie  Category: Java Add Comment

Developers were the first to notice this. In fact, the developer community was jazzed about the technical approach that Google used. In February 2005, AdapativePath's Jesse James Garrett coined the phrase "AJAX" as "Asynchronous JavaScript + XML" to describe this approach1. In particular, he pointed out the usage of "XMLHttpRequest" object for doing asynchronous communications as a key enabler. Ever since, the term "AJAX" has spread like wildfire.

Read Article
 

Sponsored Links

 


Related Articles

 PAJAJ for Ease Development of Ajax with PHP There have been lots of frameworks that have assisted developers in building an Ajax based website or application. Some of them are named after the programming language used for building that application. For example, AHAX is a type of framework that enables the developer in building an Ajax based a ...

 Applying Mutual Exclusion in Ajax In building an Ajax based website, it could be possible that a single data would be processed at the same time but different functions. This function is enabled because of XMLHttpRequest could dispatch two or more functions at the same time. However, this could be a problem especially when a funct ...

 Java Enters RIA with JavaFX Before Ajax and JavaScript, Java has been the programming language that was used in developing websites that offers enhanced web based experience. Although it may require users to download the latest version of Java before any of the Java based application could be implemented, the requirement of Ja ...

 An ADsafe Ajax Based Website Ads in websites could be considered as the lifeblood of any website. However, ads could be used as a means to attack especially Ajax based websites. JavaScript is known to be highly vulnerable to outside attacks. There are developers of Ajax based website who admit advertisements to ensure their o ...

 Effective Use of Alternate Style Sheets in Ajax Style sheets are important not only in provide info to the user but also as a means of directing them to another part of the website through their link function. Because of its lightweight capabilities, style sheets have been used in almost every website. By properly coding style sheets developers a ...

 Separating Logic and Presentation Layer in Ajax Frameworks for Ajax has become the gateway for developers who are not proficient in JavaScript to develop Ajax based applications. Frameworks enable developers to build Ajax applications by using little to no JavaScript at all. There are frameworks that would cater to developers who are proficient i ...

 Ajax Integration Strategies Building an Ajax based application is a little bit difficult for those who are not proficient in JavaScript. However, with the help of frameworks, developers could easily build an Ajax application with little to no JavaScript. That has opened doors for different developers. Their ideas for buildin ...

 Future of Mobile Ajax The mobile devices’ capacity increases every time a new smart phone or pocket pc is released everyday. Although they cannot outpace the speed of any modern laptop, the power is more than enough in mobile devices to run simple tasks such as to read and send email, connect to the internet throug ...

 Applying REST in Ajax REST or Representational State Transfer is a type of web service geared towards efficient call of data from server and other sources. It is a highly powerful coding technique that could be used in different protocols for web service. However, REST has been used mainly in HTTP protocols because of it ...

 Ajax in Multiple Phase Download HTML based websites interact with their users based on commands. Without any input from the user, no response is made. The connection is paused until further command is received from the user. This is very feasible for HTML websites since it does not need to have complicated code. This type of ...



Next: Java object serialization for Ajax



Post Comment


You need to Login to post your comment...

Click here to login

Title:
 
Comment:



Daily Email Updates

AJAX Updates delivered directly to your Inbox...

Enter your email address:

Latest AJAXwith Updates

Popular AJAX Articles