Leiningen + Clojure + Google App Engine = Interesting…
by sethtrain
So today I started messing around with Google App Engine for Java today. I thought it would be interesting to see how I might get this done with Leiningen. You can take a peek at what I did in the github repo.
Basically all you do is:
$ lein deps $ lein compile $ dev_appserver.sh war
And that serves up the project via the dev server.
Comments
thanks for putting is project together- it saved me a significant amount of time.
Ditto Conrad Barski. This was an extremely helpful guide to getting Clojure on the GAE.
i had to upgrade the clojure deps from 1.1 to 1.2 but otherwise worked great! thx!