How to connect RTC Repository using Java code ?
Hi All,
Could you please let me know How to connect RTC Repository using Java code ? And
Once authentication is done, connection is done, then I should be able to perform few below operations using code only -
1. I should be able to import an excel file and get the data of excel into a datatable using java code then
2. If I have a list of work items then I should be able to get in what all streams check-in has done for a particular work item. Means, I want to find the stream names, in which, change set exists against the same work item.
Please let me know.
Thank you.
Regards,
Sushil Sahu
One answer
Start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
Example code for some of what you want can be found on that blog or in code the blog references.