Fetching data from rational team concert

I'm part of a small group of programmers within IBM, who needs to get some of the data (burndown chart, unit test, build results) that Rational Team Concert generates, without using the ui.
We are trying to make an external program that can show the data by itself automatically, on an information board (screen).
We are going to use java as our programming language.
We are trying to make an external program that can show the data by itself automatically, on an information board (screen).
We are going to use java as our programming language.
3 answers

I'm part of a small group of programmers within IBM, who needs to get some of the data (burndown chart, unit test, build results) that Rational Team Concert generates, without using the ui.
We are trying to make an external program that can show the data by itself automatically, on an information board (screen).
We are going to use java as our programming language.
You should be able to get some information from the RSS/atom feeds from RTC (live data, not charts with historical data).
You may also want to look at Rational Insight - this is used to gather data from different sources including RTC and presents it in the form of dashboards.
Final idea - use the webUI and put that in a portal (assuming you want to see other data on the screen too). You should be able to get the portal to request a refresh at regular intervals.
anthony

I'm part of a small group of programmers within IBM, who needs to get some of the data (burndown chart, unit test, build results) that Rational Team Concert generates, without using the ui.
We are trying to make an external program that can show the data by itself automatically, on an information board (screen).
We are going to use java as our programming language.
You should be able to get some information from the RSS/atom feeds from RTC (live data, not charts with historical data).
You may also want to look at Rational Insight - this is used to gather data from different sources including RTC and presents it in the form of dashboards.
Final idea - use the webUI and put that in a portal (assuming you want to see other data on the screen too). You should be able to get the portal to request a refresh at regular intervals.
anthony
thanks for your reply. You mention the rss-feeds, do you know where we can access it? Or even better a link to a page describing the use of the rss-feed :)