Update workitem description using oslc in an operation Participant.
3 answers
Comments
How do you build a participant without native java code?
you don't. thats what I said.. if you are already using native java, why try to use OSLC mechanisms.
OSLC is for EXTERNAL integrations.. if you have to build code to be on the inside of some application, then the external stuff is useless.
A couple of reasons one might want to use OSLC mechanisms when implementing an operation participant: - currently, no server side code is external API, which means it is subject to change - the customer might be familiar with writing OSLC code, and would rather not learn a different API for achieving the same results. Note: I'm not recommending the use of OSLC when implementing an operation participant ... in particular, I've heard there are authentication issues ... but just pointing out some reasons why a customer might want to.
1 vote
Hi sam, Can you give me Participant example with source code, how to update comment in workitem page using native java.
https://jazz.net/forum/questions/81826/how-an-operation-participant-works
the rest of the Participant looks identical to the Advisor except for the Implements class.
I don't have more time today to work on it.