It's all about the answers!

Ask a question

How RTC handle server notifications


megha mittal (15112615) | asked Oct 04 '16, 2:36 a.m.
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



permanent link
Donald Nong (14.5k414) | answered Oct 04 '16, 9:16 p.m.
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


Register or to post 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.