| Author |
DWR and Jquery Integration
|
Mark Reyes
Ranch Hand
Joined: Jul 09, 2007
Posts: 426
|
|
Hi All,
I have been reading on how to apply ajax approach to an existing spring mvc web app built on spring 2.5.
Spring does not provide out of the box support for ajax like jquery except for DWR and I cannot find enough web resource on how to do this (Jquery in Ajax)
Now, can I do this? Use Jquery for client side javascript and ui enhancements and use DWR for ajax calls. Will this be okay?
I worry about integration problems between the two and the effect on the application or am I thinking it all wrong?
|
Sean Clark ---> I love this place!!!
Me ------> I definitely love this place!!!
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
|
jQuery is non-invaisve and there should be no problems mixing the two. Why you would want to is beyond me, but you can if you want to.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: DWR and Jquery Integration
|
|
|