Is there a way to build Spring Web calls that consume and produce application/json formatted requests and responses respectively?
application/json
Maybe this i
Since spring-mvc 3.0 official support for Ajax remoting with JSON is provided as part of Spring MVC. This includes support for generating JSON responses and binding JSON requests using the Spring MVC @Controller programming model.
see here