
dwr
iteye_1169
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
深入dwr2之一 Dwr2的日志代码分析
[url]http://column.ibeifeng.com/51564/2008100689.shtml[/url]1、dwr log涉及的类:org.directwebremoting.util下的Logger:dwr的日志类,Logger工厂;LoggingOutput :dwr日志输出接口CommonsLoggingOutput :apache C...2008-10-20 14:57:17 · 150 阅读 · 0 评论 -
深入dwr2之二 Dwr2页面请求处理机制分析之util.js
http://column.ibeifeng.com/51564/20081017168.shtml 前一篇分析了dwr2对log的处理,请参见dwr2的日志代码分析;那么下面我们来进一步来分析一下它对页面的请求是如何处理的;这一章主要来讲解一下util.js文件。 大家都知道util.js文件是包含在dwr.jar文件的org.directwebremoting包里,那么...2008-10-20 15:03:46 · 175 阅读 · 0 评论