REST Design Constrains:
- Web is RESTful because the resources can be accessed using a url. The url itself can be accessed using GET, PUT, POST, DELTE or other verbs over HTTP. As long as a WCF service can be accessed using HTTP protocol over web it is RESTful.
- Message structure?
More:
- WCF REST Developer's Guide: http://msdn.microsoft.com/en-us/library/ee391967.aspx
- Understanding REST: http://msdn.microsoft.com/en-us/library/dd203052.aspx
- Overview of REST in WCF: http://msdn.microsoft.com/en-us/netframework/dd547388.aspx
- Design Guide: http://msdn.microsoft.com/en-us/library/dd203052.aspx
- Versioning: https://mathieu.fenniak.net/
- Sample API: http://www.dailymile.com/api
http://www.slideshare.net/alan.dean/separating-rest-facts-from-fallacies-presentation/
http://delicious.com/alan.dean/rest
http://tech.groups.yahoo.com/group/rest-discuss/
http://simplewebservices.org/
No comments:
Post a Comment