I would like to announce the release of appengine-magic version 0.4.0, a library designed to make it easier to write Clojure applications for Google App Engine.
appengine-magic abstracts away nearly all the boilerplate necessary to deploy an App Engine application. It also enables interactive development through the REPL. It has full support for most App Engine services: the datastore, memcache, user Google account authentication, the blobstore, sending and receiving email, task queues, image processing, remote URL access, and server push. 0.4.0 is a significant improvement over previous versions, and includes: - Support for the latest App Engine SDK. - Support for all App Engine API operations in the interactive REPL, as long as the application is running. This includes all datastore and memcache operations. - Support for using the /_ah/admin console when running in interactive REPL mode. - Support for deploying applications with multiple environments (e.g., production and staging can be deployed separately from the same project.clj definition). - Bindings for the App Engine image processing API. - Bindings for server push (Channel API). https://github.com/gcv/appengine-magic The library is available in Clojars. The README file fully documents the available API. Please note that this release includes several minor breaking changes; they are detailed in the HISTORY file. Comments, bug reports, questions, and patches welcome. Thanks, Constantine Vetoshev -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en