@RemoteProxy
对应dwr.xml中的<create></create>.如要使用spring这样写@RemoteProxy(name = "js的名字", creator = SpringCreator.class, creatorParams = {@Param(name = "beanName", value = "spring中bean的id")})
@RemoteMethod
对应dwr.xml中<create>的<include method="..."/>
@DataTransferObject(converter = BeanConverter.class)
对应dwr.xml中<convert>
@RemoteProperty
意思是@DataTransferObject的bean中哪些属性要暴露给js
[color=red]有个问题@RemoteMethod的方法中参数是List的话就不好用了,还没找到解决办法。在dwr.xml可以用签名,用annotation不知道怎么写。[/color]
对应dwr.xml中的<create></create>.如要使用spring这样写@RemoteProxy(name = "js的名字", creator = SpringCreator.class, creatorParams = {@Param(name = "beanName", value = "spring中bean的id")})
@RemoteMethod
对应dwr.xml中<create>的<include method="..."/>
@DataTransferObject(converter = BeanConverter.class)
对应dwr.xml中<convert>
@RemoteProperty
意思是@DataTransferObject的bean中哪些属性要暴露给js
[color=red]有个问题@RemoteMethod的方法中参数是List的话就不好用了,还没找到解决办法。在dwr.xml可以用签名,用annotation不知道怎么写。[/color]