tags:

views:

157

answers:

2

Hello... Can anybody suggest a tutorial where in I can integrate Ajax in my Spring MVC application using JSON library for data exchange????? I have to use jquery with ajax in my application

+1  A: 

http://www.jtraining.com/blogs/ajax-with-spring-mvc-and-jquery.html and http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=721#start

JoseK
I tried with this tutorial... i had downloaded the json2.2.3 jar file... Does it contain the flexjson.JSONSerializer class mentioned in this tutorial?????? Or is it all together different?
apoorva
flexjson is an additional library at http://flexjson.sourceforge.net/
JoseK
Which one''s prefered here??? Flexjson or spring-json?? is flexjson library anywhere related to flex???
apoorva
+1  A: 

http://blog.springsource.com/2010/01/25/ajax-simplifications-in-spring-3-0/ has a good quick start

smp7d
but v r using spring 2.6 in our project....
apoorva