Sunday, December 19th, 2010
I just found a great write up on how to upload files by Nikola Plejić. It’s a little bit sparse though so below I’ll revisit it with my own additions.... Read More
Tags: Clojure, compojure, file uploads, ring
Posted in Clojure | No Comments »
Saturday, August 21st, 2010
The code here is actually several months old, it was only today that I stumbled on it and realized it would be a nice writeup.... Read More
Tags: actionscript3, AS3, Clojure, compojure, flash, json, ring
Posted in Clojure, Flex, Flash and AMFPHP | No Comments »
Tuesday, May 25th, 2010
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
Tags: compojure, sandbar
Posted in Clojure | No Comments »
Wednesday, May 19th, 2010
I just managed get communication between Compojure and Flash (AS3) up and running, by way of HTTP. No big deal really when all the dependencies and whatnot are in place. I did not use URLRequest or HTTPService, but AS3HttpClientLib as I got the impression it seems to be more feature complete than the other two that seem more basic and default. An example of a feature I might want to use in the future is for instance the HTTPS stuff.... Read More
Tags: Clojure, compojure, flash
Posted in Clojure, Flex, Flash and AMFPHP | No Comments »