Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Clojure with Vaadin

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 ?

like image 487
Arun R Avatar asked Jan 31 '10 19:01

Arun R


1 Answers

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

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

like image 162
Tomek Lipski Avatar answered Sep 20 '22 15:09

Tomek Lipski