最近对ajax感兴趣,匆匆看了不少文章。总体映像:技术名词太多、太乱,找不到之间的关系。可能学习新的技术都会有这种感觉。今天看到java.sun.com的一篇文章,比较系统的描述了ajax各种技术,让我可以对ajax有一个全局的认识,获益匪浅,故收藏下来,也推荐给大家。
《AJAX Design Strategies》By Ed Ort and Mark Basler
http://java.sun.com/developer/technicalArticles/J2EE/AJAX/DesignStrategies/?feed=JSC
分享到:
- 2006-11-02 08:30
- 浏览 1889
- 评论(0)
- 论坛回复 / 浏览 (0 / 2998)
- 查看更多
相关推荐
### AJAX设计策略详解 #### 概述 随着网络应用的发展,网站目标逐渐转变为提供快速响应用户操作的能力以及增强用户在创建和分享网站内容方面的协作能力。这种高度响应性且经常带有协作特性的站点通常被称为Web 2.0...
根据提供的文件信息,本文将对“design-strategies.pdf”中的关键知识点进行详细的解读与扩展,主要聚焦于异步JavaScript和XML(AJAX)的设计策略及其与服务器端Java技术的结合。 ### 概述 随着互联网的发展,用户...
- 自动处理AJAX加载和jQuery事件,确保在页面元素加载完成后再执行相应的测试操作。 ##### 3. **第三方服务阻断** - 通过阻止第三方服务请求来消除外部因素对测试结果的影响,提高测试的稳定性。 ##### 4. **...
### Ajax in Action: Key Insights and Concepts "Ajax in Action" is an authoritative guide for programmers with some experience in web development. The book is structured into four parts, each ...
2. **Project Management:** Strategies for planning, executing, and monitoring software projects effectively. This includes methodologies like Agile and Scrum. 3. **Team Management:** Approaches to ...
- **AJAX Support:** The authors explain how to integrate AJAX into ASP.NET MVC applications to enhance interactivity and responsiveness. They cover techniques for handling asynchronous requests and ...
- **Master Pages and Themes:** Design patterns for creating reusable layouts and styles, enhancing consistency and maintainability across web applications. - **Server Controls:** Built-in controls ...
- Retrieving and displaying data from remote servers using AJAX requests and JSON. 6. **Optimizing Performance** - Techniques for optimizing app performance, including image caching, lazy loading, ...
The idea is to first write a failing test, then write the necessary code to pass the test, and finally refactor the code to improve its design and quality. TDD encourages a more structured approach ...