您的位置:首页 > 编程语言 > Java开发

Spring 3 MVC And XML Example springmvc3 返回XMl

2014-04-20 13:38 330 查看
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 :
Spring 3.0.5.RELEASE
JDK 1.6
Eclipse 3.6
Maven 3

http://www.mkyong.com/spring-mvc/spring-3-mvc-and-xml-example/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: