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
Comments
@ Donald Nong
Why do we have to use this RQM Utility jar , cant I program to access RQM data similar to CM or RM OSLC API's workshop.IF you have RQM workshop or sample code to access the RQM data using OSLC API's please post here or links. OSLC API's i have tested in REST client in fire fox it works fine but when tried programatically not working. Is this possible ?
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.