help for restful web service
3 answers
ethan.zhao wrote:
One way to do it is here: https://jazz.net/wiki/bin/view/Main/JazzRESTServicesV1
. Another way is to derive from IModelledRestService, using existing
derivations/services as models. Both of these approaches presume alot (e.g.
that you've written/installed a server component), and it's unclear from your
post whether or not you've yet cleared this bar. There's more information here
on programming to the RTC 1.0 SDK: https://jazz.net/wiki/bin/view/Main/RtcSdk
Note however that all of these approaches will be deprecated once the Jazz
Foundation Services, 1.0, becomes available in the summer.
--
Todd Lainhart
Jazz Repository/Foundation Team
hi, I want to provide some restful web services to the jazz server.
how should I do.
Could anyone give me some instructions about how to write restful web
service in Jazz.
Thanks.
One way to do it is here: https://jazz.net/wiki/bin/view/Main/JazzRESTServicesV1
. Another way is to derive from IModelledRestService, using existing
derivations/services as models. Both of these approaches presume alot (e.g.
that you've written/installed a server component), and it's unclear from your
post whether or not you've yet cleared this bar. There's more information here
on programming to the RTC 1.0 SDK: https://jazz.net/wiki/bin/view/Main/RtcSdk
Note however that all of these approaches will be deprecated once the Jazz
Foundation Services, 1.0, becomes available in the summer.
--
Todd Lainhart
Jazz Repository/Foundation Team
ethan.zhao wrote:
It depends upon what you want to do. How a component author exposes his/her
services will be different in JFS 1.0.
--
Todd Lainhart
Jazz Repository/Foundation Team
Thanks very much.
Do you mean that current method is totally different with Jazz
Foundation Services.
shall I wait untill Jazz Foundation Services is available.
It depends upon what you want to do. How a component author exposes his/her
services will be different in JFS 1.0.
--
Todd Lainhart
Jazz Repository/Foundation Team