You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple example Vaadin web application inspired by the article [http://dev.vaadin.com/wiki/Articles/ClojureScripting] and modified to use gen-class instead of having to separately compile a Java servlet.
## Usage
lein deps
lein compile
lein uberwar
cp <war> <tomcat>/webapps
## License
Copyright (C) 2011 Ulrik Sandberg
Distributed under the Eclipse Public License, the same as Clojure.