Hi all,
I recently posted here about HT-AJAX and Hunchentoot, which are kind of out of sync. I tried to make a patch for HT-AJAX that makes it compatible with newer versions of Hunchentoot, but I soon gave up because it seemed to me that a lot of functionality was already broken before Hunchentoot 1.0 came out.
So I decided to make HT-SIMPLE-AJAX, which can do only 10% of what HT- AJAX could do. On the other hand, that's what I needed for GTFL (http://martin-loetzsch.de/gtfl ). And it's very elegant (only 150 loc) and works together with newer Hunchentoot versions:
http://martin-loetzsch.de/ht-simple-ajax/
Hoping that somebody finds this useful,
Martin Loetzsch