RE: Please Comment: plan for co-ordinating sessions across mutlip le contexts [follow-up: success]

2004-03-10 Thread Justin Johnson
In UserDataBean, there are two versions of each setter method for each property: a simple, public setter method per the JavaBean convention, and a private setter that takes a boolean flag indicating whether or not the setting should be local to the bean or propogate to the system by saving the chan

RE: Please Comment: plan for co-ordinating sessions across mutlip le contexts [follow-up: success]

2004-03-10 Thread Justin Johnson
I implemented UserDataBeanEvent system I mentioned below, and it appears to be working: A change in the state of a bean in one session is immediately updated in the state of the same bean in a different session for the same user. I created a UserDataBeanEvent object with properties for the proper