hopefully common Scenario:
Using SDO in a Swing Rich Client application,
pulling the datagraph to the client. Fields from in the User Interface are
bound to properties of the dataobjects in the graph.
Client side business logic causes changes in the dataobjects.
One might want to have these changes automatically synchronized to the UI
Components.


Problem:
I am having difficulties finding a simple way to implement the data binding.


Question:
How can i get the change notification from the dataobject?
( dataobject.eAdapters() returns an umodifieable list)

Solution?
The only way i found to accomplish this is through adding an adapter to
the changesummary and unscrambling the changeentries as they are added.

Is this the intended way? why is the changenotification of EObjectImpl cut
off ?


Thanks for sharing your expertise
Steffen

Reply via email to