Carlos E.Perez has compiled a list of Open-Source XML diff tools written in Java.
I’ll need another of these 46-hour days to review them, though…
Carlos E.Perez has compiled a list of Open-Source XML diff tools written in Java.
I’ll need another of these 46-hour days to review them, though…
This entry was posted on Saturday, March 6th, 2004 at 6:14 pm and is filed under XML. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
Bertrand Delacrétaz here - my "résumé" will tell you more.
The opinions expressed here are my own, I'm not representing any group or company on this blog. YMMV.
XML diff utilities in Java
Carlos E. Perez of Managebility has created a small list of Open Source XML Diff Written in Java . I must add this to my XML Differencing Overview Page as soon as my MovableType is working again. [via Bertrand Delacretaz ]
Hi Bertrand,
Do you know at least a JavaBeans-diff tool by chance?
Otherwise it should be possible to to the JavaBeans –> Castor –> XML-diff way.
WDYT?
Best
Reinhard
I don’t know of an existing diff tool for beans but it would be good to have one!
The algorithms would be similar to XML, wouldn’t they? A common project or refactoring seems to make sense then.