Changes between Version 12 and Version 13 of BluePrintREST


Ignore:
Timestamp:
12/31/08 05:41:02 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintREST

    v12 v13  
    6464 * How to Create a REST Protocol: http://www.xml.com/pub/a/2004/12/01/restful-web.html
    6565
    66 === Python REST ===
     66=== Python REST Servers ===
    6767 * http://mail.python.org/pipermail/python-list/2003-September/223257.html
    6868 * http://www.rexx.com/~dkuhlman/rest_howto.html
    69  * http://www.mnot.net/tarawa/tutorial.html
    70  * http://lukearno.com/projects/rip/
     69 * FeatureServer: http://featureserver.org/
     70 * WebProcessingServer: http://code.google.com/p/webprocessingserver/
     71 * Tarawa framework: http://www.mnot.net/tarawa/tutorial.html
     72 * Rest in Python framework: http://lukearno.com/projects/rip/
     73
     74=== Python REST Clients ===
     75 * Python client using urllib2: http://mail.python.org/pipermail/baypiggies/2008-January/002853.html
     76 * REST client lib: http://code.google.com/p/py-restlib/
     77 * GAE: http://code.google.com/p/python-rest-client/
     78 * wxWidgets desktop app: http://restclient.org/
     79 * REST framework for Zope: http://pypi.python.org/pypi/z3c.rest