Using Vaadin 7 With Clojure

There are some good examples on how to compose a web application with Clojure and Vaadin < 7. However, the web application bootstrapping process has changed for Vaadin 7. In this post I will show you how to create a Clojure/Vaadin 7 web application.

Read more …

ASIHTTPRequest and ARC

I wanted to use ASIHTTPRequest in one of my OS X projects. My project is ARC enabled. ASIHTTPRequest does not support ARC. One solution would be to add all the .h and .m files from ASIHTTPRequest to your project and set the -fno-objc-arc flag for each .m file.

Read more …