Tuesday, June 1, 2010

Accessing the App Engine Datastore - Compojure on GAE

http://compojureongae.posterous.com/accessing-the-app-engine-datastore

To use the datastore API I need to include a jar that comes with the GAE SDK in my app. I could call the Java API directly, but there are already a few Clojure libraries that provide friendly wrappers around it. One of the first (that I know of) was appengine-clj by John Hume (who was also one of the first to write about using Clojure on GAE).

I decided to go with this fork of appengine-clj by Roman Scherer, which seems to be more complete and actively maintained.

Posted via email from miner49r

No comments: