How can I establish connection with the RRC server in Java?
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
https://jazz.net/library/article/635
2 other answers
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