is there an overview or developer's guide for extending RTC?
HI..
i'm running through the tutorial RTC has, BUT i'm looking for a bigger picture, class diagrams, references , object model overview, for example how to persist,query, and manipulate workitems while inside a server, i imagine there is some sort of Repository class for this.
so i'm looking for an object model description and guide for RTC devlopment.
i'm running through the tutorial RTC has, BUT i'm looking for a bigger picture, class diagrams, references , object model overview, for example how to persist,query, and manipulate workitems while inside a server, i imagine there is some sort of Repository class for this.
so i'm looking for an object model description and guide for RTC devlopment.
One answer
The development information is in the wiki... here are a couple of places to look:
https://jazz.net/wiki/bin/view/Main/RtcSdk20
https://jazz.net/wiki/bin/view/Main/WorkItemsMain
You could also take a look at WorkItemRestService.java which is where the
web UI requests are processes.
Regards,
Larry Smith
https://jazz.net/wiki/bin/view/Main/RtcSdk20
https://jazz.net/wiki/bin/view/Main/WorkItemsMain
You could also take a look at WorkItemRestService.java which is where the
web UI requests are processes.
Regards,
Larry Smith
HI..
i'm running through the tutorial RTC has, BUT i'm looking for a bigger picture, class diagrams, references , object model overview, for example how to persist,query, and manipulate workitems while inside a server, i imagine there is some sort of Repository class for this.
so i'm looking for an object model description and guide for RTC devlopment.