'AJAX'에 해당되는 글 11건
- 2009/12/04 http W3C 표준안
- 2009/12/04 css W3C 표준안
- 2009/07/22 xml 문서를 만드는 방법 url
- 2009/07/17 [link] Ajax & GWT 1.6 (Google Web Toolkit)
- 2009/01/08 [link] css tutorial
- 2009/01/08 [link] html tutorial
- 2009/01/08 [link] ajax tutorial
- 2008/12/10 [링크] javascript tutorial
- 2008/09/22 [링크] AJAX 강의
- 2008/09/18 Ajax (programming)
jdom : http://www.jdom.org
dom4j : http://www.dom4j.org/download.html
SAX
json : http://www.json.org/java/json-simple.zip
dojo : http://www.dojotoolkit.org
rico : http://openrico.org/rico/downloads.page
dwr : http://getahead.ltd.uk/dwr
scriptaculous : http://script.aculous.us
prototype : prototy.conio.net
ajaxtags : http://ajaxtags.sourceforge.net
ajaxanywhere : http://ajaxanywhere.sourceforge.net
javawebparts : http://javawebparts.sourceforge.net
struts-layout : http://struts.application-servers.com
dom4j : http://www.dom4j.org/download.html
SAX
json : http://www.json.org/java/json-simple.zip
dojo : http://www.dojotoolkit.org
rico : http://openrico.org/rico/downloads.page
dwr : http://getahead.ltd.uk/dwr
scriptaculous : http://script.aculous.us
prototype : prototy.conio.net
ajaxtags : http://ajaxtags.sourceforge.net
ajaxanywhere : http://ajaxanywhere.sourceforge.net
javawebparts : http://javawebparts.sourceforge.net
struts-layout : http://struts.application-servers.com
http://en.wikipedia.org/wiki/AJAX
From Wikipedia, the free encyclopedia
(Redirected from AJAX)
"AJAX" redirects here. For other uses, see Ajax.
Ajax (asynchronous JavaScript and XML), or AJAX, is a group of interrelated web development techniques used for creating interactive web applications or rich Internet applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page.[1] Data is retrieved using the XMLHttpRequest object or through the use of Remote Scripting in browsers that do not support it. Despite the name, the use of JavaScript, XML, or its asynchronous use is not required.[2]
Contents[hide] |



