Which API to use for RTC server/client side plug-in development?
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
Start here:
- https://rsjazz.wordpress.com/2013/03/14/what-apis-are-available-for-rtc-and-what-can-you-extend/
- https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/
- 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.