45fan.com - 路饭网

搜索: 您的位置主页 > 电脑频道 > 电脑教程 > 阅读资讯:怎么样使用prototype.js扩展struts标签实现xmlhttprequest

怎么样使用prototype.js扩展struts标签实现xmlhttprequest

2016-08-25 06:34:39 来源:www.45fan.com 【

怎么样使用prototype.js扩展struts标签实现xmlhttprequest

要点

1 prototypes.js很好的封装了javascript的oo和客户端的ui效果

2 struts还很常用,能混口饭吃

3 rails对web2.0的标签有

1 link_to_remote2 form_remote_tag 3 observe_field 4 periodiccally_call_remote

都是对prototypes.js的服务端封装,和jsp中taglib一样

4 prototypes.js中的Ajax.Updateter把xmlhttprequest的整个回掉流程封装得很好了

5 改写一个struts的form标签,让他具有ajax功能

5.1 taglib处理类

package com.xxxx.web.taglib;

本文地址:http://www.45fan.com/dnjc/67218.html
Tags: 学习 笔记 ---
编辑:路饭网
关于我们 | 联系我们 | 友情链接 | 网站地图 | Sitemap | App | 返回顶部