We would like to create a \"WebService\" which return a list of specific objects. And we would like to call this webservice from another java program by apache http clients libr
Yes, when your controller method in annotated with @ResponseBody, Spring transforms returned data into JSON.
@ResponseBody