// archives

ajax

This tag is associated with 1 posts

Why Did I Want a JSON View Resolver?

In my previous post, I documented a scenario that I encountered while setting up a JSON view resolver in a Spring MVC project.  Let me take a step back and explain my motivations for why I wanted a JSON view resolver. In any Spring MVC application, Controller classes are responsible for processing some data, then [...]