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.
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.
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/