In Spring 3, you can enable “mvc:annotation-driven” to support object conversion to/from JSON format, if Jackson JSON processor is existed on the project classpath.
In this tutorial, we show you how to output JSON data from Spring MVC.
Technologies used: Spring 3.0.5.RELEASE, Jackson 1.7.1, JDK 1.6
Eclipse 3.6, Maven 3
↧