Simple Plain Java example for RTC
Hi,
I was doing RTC Extension in the Server Side plugins.
Now i need to start some simple java programs Plain Java API to connect to the server, Project Area , Fetch WorkItem Attributes.
Please let me know the basic example to start connecting to server programmatically with Plain Java using eclipse
Regards,
Chandan
I was doing RTC Extension in the Server Side plugins.
Now i need to start some simple java programs Plain Java API to connect to the server, Project Area , Fetch WorkItem Attributes.
Please let me know the basic example to start connecting to server programmatically with Plain Java using eclipse
Regards,
Chandan
Accepted answer
Also the Plain Java API package comes with a snippets folder with examples.
However, I would suggest to start here: https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ and then go here: https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/
You can save yourself a lot of time, if you follow these two posts and set up your environment in a way that allows you to develop and debug. The time spent there and in the setup as explained is well spent.
Then look into the snippets. Snippet1 is what you look for.
However, I would suggest to start here: https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ and then go here: https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/
You can save yourself a lot of time, if you follow these two posts and set up your environment in a way that allows you to develop and debug. The time spent there and in the setup as explained is well spent.
Then look into the snippets. Snippet1 is what you look for.