Hi Ranchers,
I have implemented RMI in my UrlyBird project, and when a client connects they get a list of Booking objects and these are displayed in the GUI. (similar to the implementation used in the
SCJD Exam book). These booking objects are a COPY of the booking objects on the server (The Booking objects implement Serializable)
What I would like to do though, is when a client updates a record is for the server to send out an Event object (or something similar) to all the clients connected, telling them that Record number nn has been updated - get a fresh copy of this record and redisplay on the GUI. Also when a Booking is locked, for the record on screen to be greyed out (for example)
(The implementation in the SCJD book waits for each client to do something, and then goes to the server to get a list of ALL records).
I've looked through the posts on this forum, but could'nt find anything relating to my query.
Can anyone help me out?
Regards
Phil
[ June 23, 2004: Message edited by: Phil Harron ]