July 2010
1 post
2 tags
Create a web service in Clojure without...
This is a cross-post from SocialCaddy
The problem using Jetty (or Netty or Ring) is that after you start the process, your beloved REPL is “binded” to the server thus forcing you to kill the service, make a change, start the process again, refresh and do it again. Not fun at all. It’s easy to run the process “in the background” and have the REPL available to make...