I\'m a newbie in the theme. How can I return JSON data from my controller, using something like that (using ResponseBody)
@RequestMapping(value = \"/ajaxtest
For Converting to json request you must include following 3 jar to your project build path. Jackson jar is use for convrting HTTP request to jason format.
Also mention headear=content-type=application/json
These are the jar files
jackson-mapper-asl.jar jackson-core-asl.jar jackson-jaxrs.jar