# re: Creating Restful Web Service instead of SOAP web service 回复 更多评论
2008-11-05 10:44 by
BTW, the following are some related articles-
Building Web Services the REST Way
An introduction on REST
Representational State Transfer Wiki
A Brief Introduction to REST
Addressing Doubts about REST
REST Anti-Patterns
I will talk about more on how to build REST web service in next time.
# re: Creating Restful Web Service instead of SOAP web service[未登录] 回复 更多评论
2008-12-09 23:49 by
about "Claimed benefits i am not quite sure -- Resource link":
suppose customer 123 has a order with orderID 456, then when /customer/123 will display the customer 123, including order 456, click through the order 456, will lead you to /order/456.
I am not quite sure about "Easy for API maintaining and backward compatibility" /customer/ = getCustomer(int id), to me, it is still api-ish, if consumer already have code consume your webservice, you can not change it freely.
Just some thoughts...
# re: Creating Restful Web Service instead of SOAP web service 回复 更多评论
2009-03-27 00:16 by
Hello!
This is gratefull example.
Could you please post src code fro this examples that will be gratefull?