Using Clojure with Vaadin

clojure, compojure, vaadin

Solution

I've created an article in Vaadin Trac wiki describing such integration:

http://dev.vaadin.com/wiki/Articles/ClojureScripting

Problem

Has anyone tried implementing a web application with Clojure ( using Compojure ) and Vaadin ? I had seen an article on using Clojure with JWT for creating web apps. Vaadin is based on GWT so you get a lot of the advantages of GWT ( though Vaadin is completely Server-centric). And Clojure gives the advantage that you can use any Java Based Framework, so what thoughts on the Clojure + Vaadin based web application ?

Original source