What do I use for creating work items programmatically
Accepted answer
Hello,
you may use
and
Hope it helps.
Eric.
Comments
Thanks a lot Eric for pointing with examples. A few follow up questions
What is the difference between SDK and http://rsjazz.wordpress.com/. Are both the same ?
Also which one is ideal. I thought SDK is internal and never for public.
Please help me understand.
3 other answers
Hello,
Thanks a lot Eric for pointing with examples. A few follow up questions
What is the difference between SDK and http://rsjazz.wordpress.com/. Are both the same ?
Also which one is ideal. I thought SDK is internal and never for public.
Please help me understand.
Hello Praveen,
as per your questions:
A1: I would say yes
Q2: Also which one is ideal?
A2: it depends on your needs, and skills
Q3: I thought SDK is internal and never for public.
A3: SDK can be downloaded for each RTC version we ship.
example for RTC 4.0.2 - https://jazz.net/downloads/rational-team-concert/releases/4.0.2?p=allDownloads
(bottom of the page)
Hope it helps.
Eric.
just to be careful
PlainJava is for external applications (commandline, ...)
SDK is really for creating server extensions (Advisors/Participants/Syncronizers...)
OSLC is really for external applications too. it invokes server side function (which uses SDK and other apis) to implement the support.
OSLC transactions do NOT equal everything you can do with the plainjava api.
PlainJava is for external applications (commandline, ...)
SDK is really for creating server extensions (Advisors/Participants/Syncronizers...)
OSLC is really for external applications too. it invokes server side function (which uses SDK and other apis) to implement the support.
OSLC transactions do NOT equal everything you can do with the plainjava api.