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.