码迷,mamicode.com
首页 > 编程语言 > 详细

Spring MVC整合DWR

时间:2015-09-23 13:20:11      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:

http://blog.csdn.net/geloin/article/details/7537148

基本上与上文描述的情况一致;

在Controller中可以进行Service层的调用;

如果需要返回对象,需要在spring-mvc.xml中进行配置:

<dwr:configuration>
<dwr:convert type="bean"   class="com.srie.ljddml.orga.model.client.ClientUser"></dwr:convert>
</dwr:configuration>

 

Spring MVC整合DWR

标签:

原文地址:http://www.cnblogs.com/stono/p/4831898.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!