Info on Jazz Services definitions and exposure to web
Hello,
I have been writing a Jazz Service following the article https://jazz.net/library/article/118/ and digging through some code, cause I want it to also be consumed from Web UI.
The main questions that arose and I didn't find answers not even in the wiki:
- When using extension point "com.ibm.team.repository.common.components", what are the differences for the values that the "kind" attribute can have?
- For passing complex Java objects between service and the web, for sending parameters I can use the "IParameterWrapper" interface but, what to use for returning Java objects to the web?
- Is there documentation and/or guidelines for the different extension points and interfaces used for building services?
Thanks in advance for your help.
Regards,
Jorge.
I have been writing a Jazz Service following the article https://jazz.net/library/article/118/ and digging through some code, cause I want it to also be consumed from Web UI.
The main questions that arose and I didn't find answers not even in the wiki:
- When using extension point "com.ibm.team.repository.common.components", what are the differences for the values that the "kind" attribute can have?
- For passing complex Java objects between service and the web, for sending parameters I can use the "IParameterWrapper" interface but, what to use for returning Java objects to the web?
- Is there documentation and/or guidelines for the different extension points and interfaces used for building services?
Thanks in advance for your help.
Regards,
Jorge.