RTC plain Java API and OSLC can it be combined in single application/extension development?
I am new to OSLC and RTC Plain java api programming .
currently I have program where I am fetching story using RTC plain java after that I am fectching Test case , Tested by this Story. I need to get Test Plan ID which has this Test case. Now Test case URI is formed in RTC plain Java , so to continue the next step of getting Test Plan of it I need OSLC Api's. So here I am combining both RTC plain java and OSLC . Is this Possible ? |
One answer
Yes it is possible. You need the HttpClient class to call the URL. Take the Rational Quality Manager URL Utility as an example (source code included in the download package).
https://jazz.net/downloads/rational-quality-manager/releases/5.0.2?p=allDownloads Comments @ Donald Nong
Donald Nong
commented Aug 30 '15, 9:40 p.m.
You don't use the RQM URL Utility jar file in your own application. You use it, or rather its source code, as an example. I already gave this sample to you before you asked for it.
|
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.