I'm new at spring 3 and I'm trying to do a data transfer from view to controller and vice versa using json. can anybody point me to a step-by-step-tutorial link? or even better, can anybody give me an example where view send data to be saved in server and server send data back to view using json? thanks
Hi,
You can send data from server to jsp using ModelAndView object .
Then in JSP you can use jstl and json tag to create the json object.
for using json and jstl tag you have to use the realted jar in library.