随笔分类 -  Java Archticture

java design model
摘要:1. AJAXa. ajax所包含的技术 大家都知道ajax并非一种新的技术,而是几种原有技术的结合体。它由下列技术组合而成。 1).使用CSS和XHTML来表示。 2). 使用DOM模型来交互和动态显示。 3).使用XMLHttpRequest来和服务器进行异步通信。 4).使用javascript来绑定和调用b. Ajax的原理简单来说通过XmlHttpRequest对象来向服务器发异步请求,从服务器获得数据,然后用javascript来操作DOM而更新页面。这其中最关键的一步就是从服务器获得请求数据。要清楚这个过程和原理,我们必须对 XMLHttpRequest有所了解。 XMLHttp 阅读全文
posted @ 2012-04-02 19:58 cascais 阅读(143) 评论(0) 推荐(0)
摘要:SpringThe Spring Framework serves as the foundation for the wider family of Spring open source projects, including:Spring Security Spring Integration Spring Batch Spring Data Spring Web Flow Spring Web Services Spring Mobile Spring Social Spring AndroidSpring SecuritySpring Security is a powerful an 阅读全文
posted @ 2012-03-18 22:34 cascais 阅读(216) 评论(0) 推荐(0)