Changes between Version 4 and Version 5 of BluePrintREST


Ignore:
Timestamp:
12/31/08 04:29:22 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintREST

    v4 v5  
    4141
    4242NB Web2Py currently doesn't support HTTP PUT/DELETE/UPDATE (only GET).
     43
     44=== Web Services ===
     45Allows multiple client UIs
     46 * http://talks.php.net/show/webservices/
     47 * http://webservices.xml.com/pub/a/ws/2004/03/24/phpws.html
     48 * http://wiki.sahana.lk/doku.php?id=dev:web_services
     49
     50=== REST instead of SOAP ===
     51Less bloat, more GIS-friendly.
     52 * http://en.wikipedia.org/wiki/Representational_State_Transfer
     53 * Second Generation Web Services: http://www.onlamp.com/pub/a/php/2003/10/30/amazon_rest.html
     54 * Implementing REST Web Services: Best Practices and Guidelines: http://www.xml.com/pub/a/2004/08/11/rest.html
     55 * Common REST Mistakes: http://www.prescod.net/rest/mistakes/
     56 * How to Create a REST Protocol: http://www.xml.com/pub/a/2004/12/01/restful-web.html