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 ?
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
https://jazz.net/downloads/rational-quality-manager/releases/5.0.2?p=allDownloads