spring注解整合dwr的一个小问题
这是文件头
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context" xmlns:dwr="http://www.directwebremoting.org/schema/spring-dwr" xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd http://www.directwebremoting.org/schema/spring-dwr http://www.directwebremoting.org/schema/spring-dwr-3.0.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd">
<dwr:annotation-scan base-package="cn.com.blossomframework.services" scanDataTransferObject="true" scanRemoteProxy="true"/>
这一行配置报错,原因是找不到,我看官方例子也是这么写的我看网上有的例子有
xmlns:dwra="http://www.directwebremoting.org/schema/spring-dwr-annotations"
http://www.directwebremoting.org/schema/spring-dwr-annotations
http://www.directwebremoting.org/schema/spring-dwr-annotations.xsd
这几行在文件头里,但是官网貌似已经不提供这种方式了,有人碰到过这种情况吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
提问,我这里一直找不到interface下面的类,,求破。。。另外两个类可以
@13123123 那可不一定哦,在extjs中还是dwr牛逼吧,并且特定场景下dwr还是比jquery方便些的,我想知道的倒是dwr的性能和jq谁好一些!
回复
我终于知道为什么没人回答你这个帖子了。。 jquery 效率 比dwr快不知道多少倍。。
@13123123 有干货么?好吧,我不觉得自己问的问题有多低端!
@惉惉自喜 dwr 3.0 spring 配置版本 dwr2 版本都玩过 还有漏洞 所以劝你不要用 dwr 实在蛋疼
@13123123 用的3.0RC2,他们还在修改那个里程碑版本,我这个是一个spring mybatis的分页,但是现在加了查询条件,所以想把dwr给整进来,现在暂时没问题了,用的3.0注解,不过还有个小错误,No converter found for 'org.apache.ibatis.executor.loader.CglibProxyFactory$EnhancedResultObjectProxy...
用jquery吧