开发者

DWR and Jquery into spring MVC 2.5

From my shallow reading, Sp开发者_如何转开发ring MVC does not support jquery directly. It does enable integration with DWR framework.

From my understanding of DWR, it is an ajax framework that allows you to call javas methods from javascript.

Can I use both in my application? With Jquery handling most of the javascript code and client side interaction and DWR making the ajax calls?

I am leaning towards learning jquery but there is no out of the box support for it in spring 2.5.


Yes. With spring you can use any type of view technology. It is designed so that your view is decoupled from the service side code. And also you should use spring 3.0. And if you are using Jquery that has Ajax support built-in you don't really need to use DWR. You can just have spring controller methods that handle specific URI templates. And have jquery hit those urls to make the ajax calls.


A bit late answer but I found a very good blog for most of my questions about Spring MVC.

This link provides a good tutorial how to integrates them.

Note that I had to use the DWR version 3.0.rc2 because there was problems with the upload control (input type=file) in the utils.js with the last stable version (2.0.8).

The release candidate (rc) was more stable for my project finally.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜