Wednesday, April 29, 2009

RESTful Framework? ORM + CMS + Gateway Interface

Django works for RESTful backends to a flash frontend, but it's orm isnt that great and I'm not using the nice templating engine anyway. Its CMS on the other hand is killer.

I'm looking into what I can replace django with, ala cart like.
  • ORM - SQLAlchemy
  • CMS - FormAlchemy?
  • Gateway - Werkzeug? CherryPy?
Werkzeug so far looks to be REALLY nice. I define 'application' in a file and then point WSGIScriptAlias to it in my apache conf and it works (granted I take in and return the correct values).

No comments:

Post a Comment