Queries regarding clientside and serverside API
We are a group of graduate students at Carnegie Mellon University and we are working on a project which involves research on Jazz framework's Repository and Connector components.We are new to Jazz development and trying to understand more about it.
We have following queries regarding clientside and serverside API for items:
1) What are the differences in terms of functionality?
2) Where we can find these API?
3) Is there any common plugin for storage model of work items between both client and server?
4) How can we access serverside API using RTC client?
Thanks.
We have following queries regarding clientside and serverside API for items:
1) What are the differences in terms of functionality?
2) Where we can find these API?
3) Is there any common plugin for storage model of work items between both client and server?
4) How can we access serverside API using RTC client?
Thanks.
One answer
Hi Abhishek,
Regarding your questions about the Jazz client and server API, you may want to check out the following page, "Jazz Platform Technical Overview", especially the "Architecture overview" section:
https://jazz.net/learn/LearnItem.jsp?href=content/docs/platform-overview/index.html
Let me also point you to two concrete code examples, one making use of the server API and the other using the client API:
Server API -
https://jazz.net/wiki/bin/view/Main/HiJazzTutorial
Client API -
https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation
If you haven't found out already, the Jazz "Learn" page (https://jazz.net/learn/learn.jsp) and the Jazz development wiki (https://jazz.net/wiki) have more resources on Jazz usage and development.
Annie
Regarding your questions about the Jazz client and server API, you may want to check out the following page, "Jazz Platform Technical Overview", especially the "Architecture overview" section:
https://jazz.net/learn/LearnItem.jsp?href=content/docs/platform-overview/index.html
Let me also point you to two concrete code examples, one making use of the server API and the other using the client API:
Server API -
https://jazz.net/wiki/bin/view/Main/HiJazzTutorial
Client API -
https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation
If you haven't found out already, the Jazz "Learn" page (https://jazz.net/learn/learn.jsp) and the Jazz development wiki (https://jazz.net/wiki) have more resources on Jazz usage and development.
Annie
We are a group of graduate students at Carnegie Mellon University and we are working on a project which involves research on Jazz framework's Repository and Connector components.We are new to Jazz development and trying to understand more about it.
We have following queries regarding clientside and serverside API for items:
1) What are the differences in terms of functionality?
2) Where we can find these API?
3) Is there any common plugin for storage model of work items between both client and server?
4) How can we access serverside API using RTC client?
Thanks.