Wednesday 24 December 2008

All About REST

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:

http://restpatterns.org/

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: