AJAX (Asynchronous JavaScript and XML)

Tags:

AJAX 가 ActiveX 로만 되는거라고 생각했던건 저만의 착각;;
첨에 관심있을 때 봤던 문서가 MS 쪽에서만 설명한거라서 오해했었네요.
제 개인적으로 web 2.0에서의 리치 클라이언트는 이쪽을 선호하네요.

XAML 도 좋긴하지만 MS 단독의 표준이라서 쓰기가 좀 그렇고..

http://en.wikipedia.org/wiki/AJAX

AJAX or Asynchronous JavaScript and XML is a term describing a web development technique for creating interactive web applications using a combination of:

HTML (or XHTML) and Cascading Style Sheets for presenting information
Document Object Model, JavaScript to dynamically display and interact with the information presented
XML, XSLT and the XMLHttpRequest object to interchange and manipulate data asynchronously with the web server (although AJAX applications can use other technologies, including plain text and JSON, as alternatives to XML/XSLT).
Like DHTML or LAMP, AJAX is not a technology in itself, but a term that refers to the use of a group of technologies together.

AJAX applications use web browsers that support the above technologies as a platform to run on. Browsers that support these technologies include Mozilla Firefox, Internet Explorer, Opera, and Safari.

http://lieb.mona.net/mblog

– AJax 사이트 정리
http://blog.naver.com/ansysda/12285128
최근 웹애플리케이션의 최대화두인 Ajax에 관련된 글들을 스크랩 해 봤다.
이미 구글에서 가능성이 입증되었으니 그 활약이 기대된다.
RIA(Rich Internet Application) 환경에서 Flash의 대안이 될 수 있을까?

관련 기사
http://news.com.com/Will+AJAX+help+Google+clean+up/2100-1032_3-5621010.html
http://www.adaptivepath.com/publications/essays/archives/000385.php
http://www.themaninblue.com/writing/perspective/2005/03/02/

한글 소개 자료 (PDF)
http://www.likejazz.com/29692.html

Ajax in Flash
http://www.docuverse.com/blog/donpark/EntryViewPage.aspx?guid=495742b9-af21-4ab2-9ad7-ab0229a6ecf9

Sajax – Simple ajax toolkit for PHP
http://www.modernmethod.com/sajax/

Ajax DEMO (ASP.NET)
http://weblogs.asp.net/pleloup/archive/2005/04/06/397371.aspx

관련 북마크
http://del.icio.us/popular/ajax

SOAP와 XMLHTTP를 사용한 응용프로그램 사용하기
http://www.asptomorrow.net/asptoday/20000718/soap.asp?lectureid=62

Dynamic HTML and XML_ The XMLHttpRequest Object
http://developer.apple.com/internet/webcontent/xmlhttpreq.html

Very Dynamic Web Interfaces
http://www.xml.com/pub/a/2005/02/09/xml-http-request.html

Comments

3 responses to “AJAX (Asynchronous JavaScript and XML)”

  1. 이희승 Avatar

    Echo2 프레임워크가 볼만합니다.

  2. 민구 Avatar
    민구

    감사합니다~ ^^;

  3. 민구 Avatar
    민구

    AJAX=Asynchoronous JavaScript + CSS + DOM + XMLHttpRequest 이군요.

Leave a Reply

Your email address will not be published. Required fields are marked *