"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > really nice, and I was thinking of doing something like that, but > didn't taugh of the rest interface. great work!
thanks. i've actually been building a lot of REST apps lately. the mixin in tasty/rest_resource.py is pretty general purpose and useful for that sort of thing. i've used it to build a full-text search service, a single-sign-on service, tasty, and i plan on building more. next, i plan on making it support 'Accept:' headers so it can serve data as json, xml, or html suitable for including directly in a page. if anyone's reading the code, i'd be very interested in suggestions for how to make it a better *turbogears* app. since i wrote it in plain cherrypy and sqlobject and just ported it to turbogears mainly so i could use testgears to write controller tests, it could probably be better integrated. i suspect i'm doing a few things that i really don't need to. -- anders pearson : http://www.columbia.edu/~anders/ C C N M T L : http://www.ccnmtl.columbia.edu/ weblog : http://thraxil.org/
pgpo7dCtuOAWq.pgp
Description: PGP signature

