Swaminathan Radhakrishnan's article
Configuration Management in Java EE Applications Using Subversion
suggests to use Subversion and the
JavaSVN API to create a versioned storage backend for Java Enterprise applications. One comment further suggests to use
XStream
in order to serialize Java objects to XML documents which would allow textual differencing. And with support of
xmldiff4j
, even XML differencing would be possible.

This article is a part of Lars Trieloff's weblog. If you like this article please subscribe to my
feed and get automatically notified of updates.