It's all about the answers!

Ask a question

Which API to use for RTC server/client side plug-in development?


Marko Tomljenovic (3164197) | asked Mar 10 '15, 11:38 a.m.
If I want to develop a server side plug-in for RTC how can I find out whether I am using the correct APIs resp. the allowed dependencies during development?

Can I simply follow the rule that I should not use any java package/plug-in that contains the term "client". Or is it not that simple?

The same question I have for the client side plug-in development.

Thank you

Accepted answer


permanent link
Ralph Schoon (62.0k33643) | answered Mar 10 '15, 11:48 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Start here:

  1. https://rsjazz.wordpress.com/2013/03/14/what-apis-are-available-for-rtc-and-what-can-you-extend/
  2. https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/
  3. https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/

As a general rule the packages *.common.* is available as client and server API - you get the service in a different way though. *.server.* is only available on the server. *.client.* is only available as client API.

Marko Tomljenovic selected this answer as the correct answer

Comments
Marko Tomljenovic commented Mar 11 '15, 5:03 a.m.

 I already knew the pages, anyway thank you for the links.


This was my expectation. Thanks for the answer.

Your answer


Register or to post your answer.