Sunday, June 27, 2010

Update: Spring 3: OXM Blog entry

While doing my RESTful webservice example I came across a marshaller that I had missed in my original Spring 3: OXM post.


XStream

To the maven pom I added:

 com.thoughtworks.xstream
 xstream
 1.3.1


To the class being marshalled:

@XStreamAlias( "MyXMLName" )

And to the application context:


 



I have also uploaded the example project into SVN

1 comment:

Popular Posts

Followers