How to build SVN/Git like Diff in WebApp?

Posted by 01 on Stack Overflow See other posts from Stack Overflow or by 01
Published on 2010-12-29T09:29:44Z Indexed on 2010/12/29 9:53 UTC
Read the original article Hit count: 167

Filed under:
|
|
|
|

I have XMLs(or Objects) that represents data at some point in a business process. I would like to be able to see what has changed between step1 and step5(two versions of the same XML or Object). Id like to implement this like diff function in version control system. how to do it in web app?

P.S. I dont want to just store those files in VCS and than make it do the diff. However if I could somehow emulate VCS without having one that would be cool.

P.S. I know there are some JS frameworks that offer diff functionality, but the XML could have 10MB, so I think it should be dont at server side.

© Stack Overflow or respective owner

Related posts about java

Related posts about svn