
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
I would recommend you use and session object in which you store your old object; then create another object, new object, that holds the initial value of the old object. Now after an event has occured, retrieve the old object in session and compare it with the new object....
From: anna_a <frida.harrysson@...>
To: nbusers@...
Sent: Thursday, July 2, 2009 2:55:30 AM
Subject: [nbusers] suggestions on
how to compare changes in attribute values?
Hi,
I'm fairly new at this and what I want to do is somehow store all my objects' attribute values, and then after an event has occurred (which will impact some of my objects' attribute values) I want to compare this new set of attribute values to the set previous to the event to see what attribute values have changed and what object they belong to.
Any suggestions would be greatly appreciated!
PS: I just wanna use "regular" netbeans and not mbeans or anything like that
------------------------
anna