Asyncronous JavaScript with XML. RichInternetApplication을 만들기 위한 기술 중 하나.
Intros:
Usability issues:
Samples:
Tips:
Libraries and frameworks:
News:
Tools
AjaxInAction "Ajax by example / The Ajax craftsperson's toolkit"
FoundationsOfAjax Chapter 5 - Building the Ultimate Ajax Developer's Toolbox
Etc:
http://www.ajaxian.com/archives/2005/08/internet_explor.html
http://mir.aculo.us/articles/2005/08/28/internet-explorer-and-ajax-image-caching-woes
Some application developers argue that AJAX ignores a common web development technique of separating presentation markup and code fragments (architectures such as ModelViewController adhere to this philosophy). Defenders of AJAX state that developers shouldn't be overly strict when using such architectures, and that some code on an HTML page can be beneficial to the usability of a web application, as long as this is not abused.
글쎄. Ajax도 잘 쓰면 presentation markup과 code fragments를 분리할 수 있습니다. 전 요즘 Ajax Application을 개발하는데 TestDrivenDevelopment를 너무 자연스럽게 쓰고 있고(어떤 면에서는 JavaLanguage로 TDD를 할 때 보다 더 편하기도 합니다), 지금까지 배워온 수많은 설계 원칙들을 잘 적용해서 행복하게 쓰고 있습니다. --AlanKang, Year2005
9월 중순 Ajax 세미나가 성공적으로 끝났습니다. 참고자료는 2005AjaxSeminarReference와 JavaScriptTips. --AlanKang, Year2005