wicket框架-ajax原理
1.question:what is ajax?Ajax is an acronym for Asynchronous JavaScript and XML(异步JavaScript和XML)。 2.Jesse James Garrett lists the following technologies as the typical(rather than required) enablers for Ajax:■ Standards-based presentation using XHTML and CSS ■ Dynamic display and interaction using the DOM 3.difference with ajax:The main difference between normal requests and Ajax requests is that normal requests cause the whole browser window (or frame) to be refreshed,showing a blank 简单来说,使用ajax技术利用异步的JavaScript和XML实现页面的动态局部刷新, 响应动作不需要整个页面加载,从而加快页面下载速度等好处。 4.principle:normal:ajax:由上图我们可以明白ajax的底层实现原理。 5.reference:book: wicket in action.(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |