RTC Client side Triggers
![]() Hi Is it possible to develop a client side Trigger (Like in ClearCase) ? Any examples ? Server side triggers - can you point me to documents and examples ? I would like to send a mail after every deliver to a group. Thx,
|
One answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Mar 10 '13, 5:30 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Demi, that depends on the client. There are extension points for the eclipse client. https://jazz.net/library/article/1000 talks about how extending works and holds for the server and the client. In the operational behavior configuration you can notice operations for the server and the client.
Comments Your example above would be better implemented in the server, however, so that it works, regardless which client is used. |