It's all about the answers!

Ask a question

Triggers in RTC app while creating/updating of work items


Arghya Das (112) | asked May 18 '23, 10:34 a.m.

We are working on an integration in which RTC app is required to send newly created data from ELM to PLM(Enovia). we are using adapter to synchronize data between ELM and PLM. Our requirement is to trigger our adapter in real time whenever a new data is created or updated at ELM side. So that using our adapter we can synchronize both the systems. Can anyone help in this scenario?

One answer



permanent link
Ralph Schoon (63.1k33646) | answered May 22 '23, 2:56 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 EWM has a built in synchronization framework that is used by the ClearQuest synchronizer. The classes, including basic documentation is in the packages


com.ibm.team.interop.*

These come with the EWM SDK and the Plain Java Client Libraries.

This framework allows to create synchronizers that use synchronization rules. The synchronizer would consist of a server component that is installed and deployed in the EWM server and an external component that runs as Plain Java Client Library application and talks to the external system.

Another option would be to use custom follow up actions for work item save or maybe an asynchronous task.

For any of these options see:

https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/


 

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.