XmlHttpRequest를 이용하는 새로운 형태의 WebProgramming방법. UserInterface는 JavaScript가 맡는다.
AJAX는 다음의 기술들을 이용하는것.
- standards-based presentation using [XHTML] and [CSS].
- dynamic display and [Interaction] using the [DOM].
- data interchange and manipulation using [XML] and [XSLT].
asynchronous data retrieval using XmlHttpRequest.
JavaScript binding everything together.
관련포스트 및 정보
[http://nohmad.subport.net/wiki/CodingLog/2005-03#3aec1f887376b38dd26b21cfeb6defa2 웹 어플리케이션의 새로운 트렌드 AJAX]
[http://www.adaptivepath.com/publications/essays/archives/000385.php Ajax: A New Approach to Web Applications]
[http://www.jonathanboutelle.com/mt/archives/2006/01/ajax_design_pat.html AJAX Design Pattern: Read/Write Div]
[http://www-128.ibm.com/developerworks/java/library/wa-ajaxintro1.html Mastering Ajax] by IbmDeveloperWorks
[http://www.ibm.com/developerworks/kr/library/wa-ajaxintro1.html Ajax 마스터하기] -- IBM site
[http://www.noboxmedia.com/?p=49 Top 100 AJAX form scripts for 2007]
관련 라이브러리
- [Nevow]의 livepage
- [SAJAX]
관련 책