How can I establish connection with the RRC server in Java?
Ankit Jain (21●1●3●7)
| asked Aug 24 '12, 2:35 a.m.
edited Sep 13 '12, 9:36 a.m. by Seth Packham (1.4k●4●22●13) Hi Everyone, I have a requirement in which I have to establish connection with the RRC server and also authenticate the connection and digital certification from java. Please help me if anyone has tried this previously. Thanks in advance. Regards, Ankit |
Accepted answer
You can take a look at the OSLC Workshop, it has some samples on how to retrieve information and from there you can grab some Java code to connect to the server
https://jazz.net/library/article/635 Seth Packham selected this answer as the correct answer
|
2 other answers
Please provide any suggestions how can I use REST API's for this purpose?
|
If you look into the zip file that contains the OSLC Workshop samples you will find a project name "net.jazz.oslc.consumer.rm.client", under "src\net\jazz\oslc\utils\" there is a class called HttpUtils.java, that class is in charge of connecting to RRC server and authenticate the connection, you can use that as a base for your implementation with Java
|
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.