Oops, sorry, wrong group, I have posted to the compojure list now.
2009/1/15 Tom
>
> Hi,
>
> I am trying an example in Stuart Halloway's book but I am not getting
> anywhere:
>
> loading the following:
>
> (ns reader.snippet-server
> (:use [compojure html http jetty file-utils]
>example
Hi,
I am trying an example in Stuart Halloway's book but I am not getting
anywhere:
loading the following:
(ns reader.snippet-server
(:use [compojure html http jetty file-utils]
examples.snippet))
(use 'compojure.http)
(defservlet snippet-servlet
"Create and view snippets."
(GET