File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes Where did Ajax came from? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Where did Ajax came from?" Watch "Where did Ajax came from?" New topic
Author

Where did Ajax came from?

Jesus Angeles
Ranch Hand

Joined: Feb 26, 2005
Posts: 2036
Of the materials/books I have read, I always get the 'its been here since 19xx, and only when google used it that it became popular'.

Exactly where did ajax came from? e.g. it appeared with javascript 1.2, etc.

Also is ajax a nickname for a functionality only, not separate technology, and that it is just a part of javascript? Also, we can do synchronous, and we actually do, so why 'asynchronous'?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56157
    
  13

http://www.coderanch.com/t/119816/HTML-JavaScript/did-thought-occur

The term Ajax has often come under fire not only because it doesn't have to be asynchonous (though I've never come a across a use where I used it synchonously) but often does not employ XML.

But the term has stuck and now most everyone knows what it means when you use it.
[ April 10, 2007: Message edited by: Bear Bibeault ]

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Where did Ajax came from?
 
Similar Threads
Christian: AJAX vs WebStart?
Pure Ajax or Existing ajax framework ?
XMLPortletRequest
ajax onclick event on h:commandLink
Ajax form submission issue with struts 2 file tag