What's XMT

You are viewing an old version (v. 8) of this page.
The latest version is v. 10, last edited on Feb 18, 2010 (view differences | )
<< View previous version | view page history | view next version >>

XStream is a popular tool to serialize Java objects to XML and back again. However in a production environment, user needs to deal with migration of serialized XML if fields of associated Java classes have been changed. XMT (XStream Migration Tool) makes this task much easier with the help of dom4j: when you change fields of the class, you just provide a migration method in your class to handle migration of dom4j document (DOM representation of serialized XML) from previous version to current version, and XMT will take care of the rest.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.