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
There is no pre-packaged way to do what you want as Jersey is nicely integrated with Spring via the Jersey-Spring API so there's really no reason to re-invent the wheel.