This is a single archived entry from Stefan Tilkov’s blog. For more up-to-date content, check out my author page at INNOQ, which has more information about me and also contains a list of published talks, podcasts, and articles. Or you can check out the full archive.

AJAX Testing, Logging, and WSGI Middleware

Stefan Tilkov,

An architecture astronaut at work:

Now, imagine more than that: Include XSL filtering in a REST API. Transform the plain old XML results of a GET request into a full-on XHTML/CSS/JavaScript browser-based application primed with that data. Include the interactive UI for further drill down queries, as well as forms for submitting edits of the data back to the server via POST/PUT/DELETE using XmlHTTPRequest.