cancel
Showing results for 
Search instead for 
Did you mean: 

Do we have Inbuild Text Diff in Web dynpro

Former Member
0 Kudos

Hi,

I am new to web dynpro. I need to compare two text files and highlight the changes to user similar to CVS Diff. or Perforce Diff.

Does web dynpro provide some Inbuild feature for that.

Thanks and regards

Sagar Udavat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Yes,

If your working with NWDI you can use this.

Or else for your scenario, As eclipse base is same why not try the same CVS which you have mentioned?

Regards

Ayyapparaj

Former Member
0 Kudos

Hi,

I think I have stated the problem incorrectly. In my application I want to show differences between two files to user of our application. For Example.

User can create a rule like bellow

If (customer age < 30) Then

Set Interest rate to 20%

Now he had changed the rule into next version like bellow

If (customer age < 30) Then

Set Interest rate to 30%

Now is it possible user wants to compare two versions. I want to know if there are any inbuild feature in web dynpro so that if I give him these two rules text file then it can show "30%" as highlighted.

Thank you

Regards

Sagar Udavat