国产资源在线观看,欧美在线一区二区,久久精品国产亚洲一区二区http://www.aygfsteel.com/pdw2009/commentsrss.aspx本站不再更新,歡迎光臨 <a >java開發技術網</a>zh-cnFri, 09 Sep 2011 09:56:55 GMTFri, 09 Sep 2011 09:56:55 GMTcnblogsre: 將Unicode 碼(字符串)轉換成漢字[未登錄]http://www.aygfsteel.com/pdw2009/archive/2011/08/19/180485.html#356846ddddFri, 19 Aug 2011 03:55:00 GMThttp://www.aygfsteel.com/pdw2009/archive/2011/08/19/180485.html#356846

dd 2011-08-19 11:55 發表評論
]]>
re: javax.mail使用例子http://www.aygfsteel.com/pdw2009/archive/2011/08/07/151180.html#355972哈哈怪哈哈怪Sun, 07 Aug 2011 14:39:00 GMThttp://www.aygfsteel.com/pdw2009/archive/2011/08/07/151180.html#355972

哈哈怪 2011-08-07 22:39 發表評論
]]>
re: 一篇WebLogic server8.1 JMS入門的不錯的文章(轉貼)http://www.aygfsteel.com/pdw2009/archive/2011/05/31/45461.html#351433wangxinweiwangxinweiTue, 31 May 2011 06:49:00 GMThttp://www.aygfsteel.com/pdw2009/archive/2011/05/31/45461.html#351433

wangxinwei 2011-05-31 14:49 發表評論
]]>
re: 一篇WebLogic server8.1 JMS入門的不錯的文章(轉貼)http://www.aygfsteel.com/pdw2009/archive/2011/05/31/45461.html#351434wangxinweiwangxinweiTue, 31 May 2011 06:49:00 GMThttp://www.aygfsteel.com/pdw2009/archive/2011/05/31/45461.html#351434

wangxinwei 2011-05-31 14:49 發表評論
]]>
re: dwr2與struts2整合http://www.aygfsteel.com/pdw2009/archive/2011/04/18/131857.html#348512GlorinGlorinMon, 18 Apr 2011 09:58:00 GMThttp://www.aygfsteel.com/pdw2009/archive/2011/04/18/131857.html#348512

Glorin 2011-04-18 17:58 發表評論
]]>
re: libxml中使用xpath解析xml文件[未登錄]http://www.aygfsteel.com/pdw2009/archive/2011/04/13/329638.html#348212aaWed, 13 Apr 2011 09:27:00 GMThttp://www.aygfsteel.com/pdw2009/archive/2011/04/13/329638.html#348212

a 2011-04-13 17:27 發表評論
]]>
re: 一個axis2例子(轉)http://www.aygfsteel.com/pdw2009/archive/2011/03/30/70351.html#347262ssunigatessunigateWed, 30 Mar 2011 03:04:00 GMThttp://www.aygfsteel.com/pdw2009/archive/2011/03/30/70351.html#347262

ssunigate 2011-03-30 11:04 發表評論
]]>
re: dwr2與struts2整合[未登錄]http://www.aygfsteel.com/pdw2009/archive/2011/01/01/131857.html#342115憂云憂云Sat, 01 Jan 2011 04:54:00 GMThttp://www.aygfsteel.com/pdw2009/archive/2011/01/01/131857.html#342115在web.xml中加入:
<servlet>
<servlet-name>dwr-invoker</servlet-name>
<servlet-class>org.directwebremoting.servlet.DwrServlet</servlet-class>
<init-param>
<param-name>debug</param-name>
<param-value>true</param-value>
</init-param>
</servlet>

<servlet-mapping>
<servlet-name>dwr-invoker</servlet-name>
<url-pattern>/dwr/*</url-pattern>
</servlet-mapping>


在dwr.xml中用spring注入bean:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 2.0//EN" "http://getahead.org/dwr/dwr20.dtd">
<dwr>
<allow>
<create creator="spring" javascript="acl">
<param name="beanName" value="aclService"/>
</create>
</allow>
</dwr>





dwr測試頁面(呈現層用freemarker框架來顯示html頁面而沒用jsp):

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>dwr.html</title>

<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="this is my page">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script type='text/javascript' src='/dwr/interface/acl.js'></script>
<script type='text/javascript' src='/dwr/engine.js'></script>
<script type='text/javascript' src='/dwr/util.js'></script>
<!--<link rel="stylesheet" type="text/css" href="./styles.css">-->

</head>

<body>
<input type="button" value="DWR" onclick="dwrTest()"/>
</body>
<script type="text/javascript">
function dwrTest() {
acl.getString("前臺",function(data){
alert(data);
});
}
</script>
</html>


這樣就行了,是可以直接調用的。不知道你們為什么要改源碼?搞了半天還不知道怎么回事,很多人還出現包沖突或版本不對。

憂云 2011-01-01 12:54 發表評論
]]>
re: dwr2與struts2整合http://www.aygfsteel.com/pdw2009/archive/2010/12/25/131857.html#341510看看你們看看你們Sat, 25 Dec 2010 02:55:00 GMThttp://www.aygfsteel.com/pdw2009/archive/2010/12/25/131857.html#341510

看看你們 2010-12-25 10:55 發表評論
]]>
re: 使用Delphi實現票據精確打印.[未登錄]http://www.aygfsteel.com/pdw2009/archive/2010/11/28/40110.html#339273junjunSun, 28 Nov 2010 14:46:00 GMThttp://www.aygfsteel.com/pdw2009/archive/2010/11/28/40110.html#339273QQ:80415365

jun 2010-11-28 22:46 發表評論
]]>
主站蜘蛛池模板: 灵石县| 衡南县| 新龙县| 邯郸县| 唐山市| 沈丘县| 云林县| 广丰县| 寿光市| 上高县| 巴东县| 苍溪县| 泽普县| 开江县| 兴文县| 读书| 娄烦县| 土默特左旗| 莱州市| 灌南县| 安达市| 河东区| 怀集县| 和龙市| 泸西县| 柘城县| 乐东| 荥经县| 宁武县| 石棉县| 新建县| 湟中县| 万荣县| 如东县| 安顺市| 湄潭县| 金平| 湟中县| 杂多县| 措勤县| 武功县|