문제

My Web Service have been implemented in Jersey Framework. I want to call this web service ( server) from client which I want to implement in restlet framework. Is it possible ?

Regards,

도움이 되었습니까?

해결책

Nothing stops you from doing that :). Fundamentally, all you do is invoke a HTTP URL by passing some parameters. REST is all about this very basic principal. So under the hood, all the REST client implementations do this. Please go ahead and use whichever REST client you are comfortable with.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top