DWR and Jquery into spring MVC 2.5
- by Mark Estrada
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…