2008-05-13

spring castor

Castor是一个开源的Java项目。其主要目标是在XML数据、Java对象和数据库关系数据之间提供一种直接的映射,使得这三种对象数据可以相互之间自由转换。

<bean id="resolver" class="org.springframework.xml.castor.CastorResolverFactoryBean"/>

<bean id="marshaller"
      class="org.springframework.xml.castor.CastorMarshallerFactoryBean">
   <property name="resolver"><ref local="resolver"/></property>
</bean>

<bean id="unmarshaller"      class="org.springframework.xml.castor.CastorUnmarshallerFactoryBean">
   <property name="resolver"><ref local="resolver"/></property>
</bean>
http://www.castor.org/spring-xml-intro.html

评论
发表评论

您还没有登录,请登录后发表评论

bluelzx
搜索本博客
我的相册
065970ae-5176-3de3-9566-7c95b677ad54-thumb
Screenshot-2.png
共 3 张
最近加入圈子
存档
最新评论