views:

94

answers:

2

Hello all... i am new to both jquery and ajax... i want to use these technologies in my current spring mvc project.... what all do i need???? is spring json required in this scenario?? is spring json or jquery any way similar to each other?? if required is there any sample tutorial where in spring json is used alongwith ajax jquery in order to get a complete hang of it.,.. Any help is thanked in advance :)

A: 

Hi, the Spring MVC-Ajax sample app is a good start, it uses JQuery $.getJSON to get a JSON from the Server.

paddydub
The MVC-AJAX example is a bit hard to understand.... Is there any other example???? easy to understand....
apoorvabade
A: 

Here you have a good example with sample code and explanation:

Spring 3 MVC + AJAX + jQuery

erramun