In this section, I'll be adding common questions about REST, or real issues I've encountered while developing RESTful services.
If you have a question, feel free to post it as a comment on this page, or on any other relevant page in this tutorial.
Questions posted so far:
6 comments:
I'd be interested in server side examples for Ruby, Python, Php, ... not just client side examples.
Hello yamhill,
Server-side, this is just your basic web-server program. Too long to discuss on this tutorial, and extremely well covered just about anywhere on the web. The only difference is that the output isn't user-facing HTML, it's machine-facing XML (or text, or whatever).
Erm, considering the deletion of my previous comment, I guess that was a No.
Well, it would be more appreciated if you posted that no as a reply. But anyway, thank you for your time.
I see that u did not talk about service discovery, I tried to do some research about service discovery and service registry. Because, UDDI is not suitable for this. Could you please give some suggestion, I am currently doing my thesis, it could very useful.
Sorry Akram, I'm not familiar with REST service discovery facilities (never needed one).
I read about WCF REST services. How do they differ from REST services?
Post a Comment