It's all about the answers!

Ask a question

How can I establish connection with the RRC server in Java?


0
1
Ankit Jain (21137) | asked Aug 24 '12, 2:35 a.m.
edited Sep 13 '12, 9:36 a.m. by Seth Packham (1.4k42213)

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


permanent link
Edgar Ignacio Velazquez Mar (7225) | answered Aug 24 '12, 11:26 a.m.
JAZZ DEVELOPER
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



permanent link
Ankit Jain (21137) | answered Aug 24 '12, 3:56 a.m.
Please provide any suggestions how can I use REST API's for this purpose?

permanent link
Edgar Ignacio Velazquez Mar (7225) | answered Sep 13 '12, 10:48 a.m.
JAZZ DEVELOPER
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


Register or to post 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.