On Wed, 29 Jan 2003, Nelson, Laird wrote:
> > -----Original Message----- > > From: Henri Yandell [mailto:[EMAIL PROTECTED]] > > Any reason why this is "Diff" for beans and not just "Diff" for Java > > classes? > > Well, I wanted to do it at the object level, not the class level. Maybe Doh :) My fault. It definitely sounds like a useful piece of code. BeanUtils woudl be a nice place for at least the part which works out the difference between two bean instances. Let's say you ask the class to do a bean-diff. What would you get back? How would you represent the three concepts of changed, added, removed? Hen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
