AJAX Requirements

Hi Experts,I read about Ajax and wanted to use it in my application development.Right now I am using JDK1.3 for development. Which version of java supports AJAX? Can I download any jar files and continue to use JDK1.3 and develop with AJAX technology.Please help me.
[294 byte] By [garollousa] at [2007-10-2 8:46:03]
# 1
As far as I know, no Java version has explicit support for AJAX techniques.Since AJAX is really just a design pattern, you could likely implement it in 1.3 easily by reading some tutorials. Most of it is JavaScript anyway.
mt_hamila at 2007-7-16 22:48:38 > top of Java-index,Desktop,Runtime Environment...
# 2
Ajax has nothing to do with Java. It is a collection of Javascript, XML and the browser. For more info read tutorials at http://www.ajaxtoday.com- Rafiq.
ajaxtodaya at 2007-7-16 22:48:38 > top of Java-index,Desktop,Runtime Environment...
# 3

Ajax being a web technique not a technology does not require any additional technologies, just a web browser that supports the XMLHttpRequest object. Ajax may be used for form validation and autocompletion.

http://www.regdeveloper.co.uk/2006/06/09/ajax_web_tutorial/

http://www.regdeveloper.co.uk/2006/06/20/ajax_web_tutorial_part2/

dvohra09a at 2007-7-16 22:48:38 > top of Java-index,Desktop,Runtime Environment...