How RTC handle server notifications
Hi,
I need to know how RTC propagate back end changes to its connected client i.e web or eclipse . The message we often see on eclipse/web ..'Please refresh , something has changed .' What is the framework used by RTC to push DB changes to its client and also if someone can name the plugin that contains the piece of code. Thanks Megha |
One answer
This is not a "push", but rather a "pull". The RTC client periodically sends a request to the server to check whether the currently focused work item has been changed (by other users).
https://clm:9443/ccm/service/com.ibm.team.workitem.common.internal.rest.IWorkItemRestService/hasWorkItemChanged?itemId=###&stateId=### The below discussion also touched upon this topic. https://jazz.net/forum/questions/165608/how-do-i-modify-a-work-item-via-getpost-without-oslc-api |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.