Meta
Categories
Tags
Monthly Archives: May 2010
Stomple: JMS via WebSockets
I’ve spent a couple of days working on Stomple (pronounced “stumble”). Stomple aims to be an easy to use, full-featured and robust Stomp client for JavaScript. You can watch a screencast of the transactional chat example. Screencast of transactional chat. … Continue reading
Posted in General
Leave a comment
Circuit Breaker: a small but real-life example of Clojure protocols and datatype
(Update July 2nd 2010: I’ve cleaned up the code and git repo. Inlined the protocol function definitions in the state records for native-platform speed. The policy can now specify which exceptions should be considered errors: this is really useful in … Continue reading