what training and skills required to develop plugins for RTC
![]()
I work for a bank that does .NET development, however, my team and I want to develop plugins for the projects within the bank. Whats skills are required to develop the plugins aand what training can be suggested to build our skills so we can develop that plugins.
|
2 answers
![]()
plugins use the Eclipse model and java. <br>
I would start with the developers workshop..<br> https://jazz.net/library/article/634/ there really aren't that many different plugins to support..<br> Operation Advisor - should this workitem save operation be permitted? yes/no <br> example here: I wrote an advisor to enforce 'Depends On' linked workitems to be treated as required, the source code is posted here on the forum somewhere..<br> https://jazz.net/forum/questions/64268/operation-advisor-custom-precondition-for-work-items Operation Participant - after the workitem is actually saved, you may add some work on to the event. <br> Sam Comments Thanks for the answer, however my question was regarding custom plugins that we can develop and the type of skills required to do that so that my team and I can upskill on those areas. Thanks sorry, don't know what you mean by 'custom' plugins? if you mean create complete plugins for eclipse, then you would have to go to the eclipse opensource project to get their doc. that is outside the RTC scope. |