Expose a RESTful API

Define URIs

Implement the Method Handlers

@TODO: CRUD should be generic.

The POST Tunnel

<input type=”hidden” name=”@method” value=”PUT”/> <input type=”text” name=”_content”/>

no browser support for PUT, so: tunnel through post with:

start the server

paster serve –reload $APPNAME.app

create .htaccess for apache mode