On Fri, May 15, 2009 at 6:02 AM, Kees-Jochem Wehrmeijer <henc...@gmail.com> wrote: > beyond my skill level. At first I tried to start a swank server from > my servlet, but that failed because GAE doesn't allow you to open > sockets. By decompiling and disabling that, I could probably work
This still wouldn't give you a REPL running in the dev server, but for messing around with datastore stuff interactively you can call appengine-clj.test-utils/ds-setup [1] from a REPL which will create an in-memory datastore. I've used this with vimclojure with some success. (Occasionally it will tell me I don't have an app registered for the current thread, and I have to call ds-setup again. I assume this has to do with something multi-threaded happening in the nailgun server vimclojure uses, but I haven't delved into it.) -hume. [1] http://github.com/duelinmarkers/appengine-clj/blob/master/src/appengine_clj/test_utils.clj#L9 -- http://elhumidor.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---