@TODO: CRUD should be generic.
<input type=”hidden” name=”@method” value=”PUT”/> <input type=”text” name=”_content”/>
no browser support for PUT, so: tunnel through post with:
paster serve –reload $APPNAME.app
Configure a Storage System
Generate a Web Interface