Pages

Affichage des articles dont le libellé est Spring 3 MVC And XML Example. Afficher tous les articles
Affichage des articles dont le libellé est Spring 3 MVC And XML Example. Afficher tous les articles

jeudi 23 mai 2013

Spring 3 MVC And XML Example

In Spring 3, one of the feature of “mvc:annotation-driven“, is support for convert object to/from XML file, if JAXB is in project classpath.
In this tutorial, we show you how to convert a return object into XML format and return it back to user via Spring @MVC framework.
Technologies used :