Hi,
we are developing a plugin, monitoring external objects. we are fetching state change for the (external) objects and want to reflect the same in the UI dynamically. I referred to Chassis-A sample object. where ActionResult.java is pushed to UI for edit,add but this is invoked only when we have started some Action from UI. My question is how can we dynamically push new state change from service layer to ui Layer(with or without using ActionResult.java) when the action is not invoked from UI.
Thanks in advance,
Rathi.