DWR and Jquery into spring MVC 2.5

Posted by Mark Estrada on Stack Overflow See other posts from Stack Overflow or by Mark Estrada
Published on 2010-04-26T01:28:07Z Indexed on 2010/04/26 1:33 UTC
Read the original article Hit count: 315

Filed under:
|
|

Hi,

From my shallow reading, Spring 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.

© Stack Overflow or respective owner

Related posts about spring-mvc

Related posts about dwr