Compojure Sessions with Sandbar
Tuesday, May 25th, 2010Table of Contents for Clojure Progression
- Compiling Clojure Code with Leiningen
- My Clojure Editor
- Clojure and Cassandra with clj-cassandra
- Flash with HTTP Client Lib and Compojure
- Compojure Sessions with Sandbar
- Clojure and a PicoLisp database via HTTP
- Clojure inheritance
- Sessions and JSON with Ring, Compojure and Flash AS3
- File uploads with Clojure, Ring and Compojure
- MongoDB, Clojure, JSON and PHP – CongoMongo issues and solutions
I just finished researching how to achieve persistent sessions with Compojure. The default way of doing things didn’t really look appealing to me. This whole threadsafeness business is more of a hindrance than an asset when it comes to web development IMO.... Read More