i have a EventList (client) with objects that implements
PropertyChangeSource. when a listitem fires a PropertyChangeEvent, i
will synchronize (update) the EventList (client) with the EventList
(server).
Do you have a question? Are you asking how to do that?
When the client changes you have to send the changes to the sever via
some kind of RPC. GWT-Stuff doesn't provide that for you out of the
box. But you can create event listeners that make the needed RPC
calls.
--
Sandy McArthur
"He who dares not offend cannot be honest."
- Thomas Paine