dwr spring结合
applicationContext.xml修改头部信息
?
?web.xml文件中加入以下信息?
<script type='text/javascript' src='/xtt/dwr/interface/userManager.js'></script> <script type='text/javascript' src='/xtt/dwr/engine.js'></script>调用时直接引用其方法名即可,如:userManager.hello();
此配置不需要dwr.xml
?