Skip to content

choas/guestbook-clj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guestbook-clj

a tutorial app for Clojure on Google AppEngine

This version forks duelinmarkers / guestbook-clj, written by John Hume for his blog post Clojure on Google AppEngine.


This up-to-date version uses:

To compile and start just use Leiningen: lein compile ../appengine-java-sdk-1.3.3/bin/dev_appserver.sh war


What about build.xml?

"Unless the ants were clever enough to build rafts." -- Leiningen Versus the Ants by Carl Stephenson

I use Leiningen and don't use build.xml (at the moment).

What about test?

If you want to run the test you have to get all dependent libraries: lein deps ... and run the test: lein test

After testing you have to clean and compile, because there are to many libraries and app engine couldn't start: lein clean lein compile

Other tutorials:

About

Tutorial app for Clojure on Google AppEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Clojure 100.0%