compojure
Compojure: how to map query parameters
I\'m trying to make any of the following mappings work to map http://mysite.org/add?http://sitetoadd.com or http://mysite.org/add?u=http://sitetoadd.com[详细]
2023-04-13 03:38 分类:问答Serve index.html at / by default in Compojure
I have a static file called index.html that I开发者_StackOverflow\'d like to serve when someone requests /. Usually web servers do this by default, but Compojure doesn\'t. How can I make Compojure ser[详细]
2023-04-12 12:43 分类:问答Sending json object with jquery and but receiving nil in compojure
I am trying to get send json from my javascript (using jquery post) to compojure. I am sure there is something simple that I am doing wrong. My javascript file (in it\'s entirety) looks like:[详细]
2023-04-12 04:27 分类:问答clojure/compojure/hiccup NullPointerException
The stack trace I have does not contain any reference to my code. I\'m not sure how to begin finding out what might be wrong here:[详细]
2023-04-01 10:58 分类:问答is it possible to call java servlet from ring/compojure?
I have to call a servlet written in Java from Clojure web application, and I don\'t understand how to do that.[详细]
2023-03-31 09:55 分类:问答How to make jetty server (ring.adapter.jetty) accessible from external hosts
I\'m trying to run a web server using the following invocation (run-jetty #\'handler {:host \"hostname\" :port 8080})[详细]
2023-03-18 21:11 分类:问答Clojure web framework for designers/ front end devs [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answer开发者_如何转[详细]
2023-03-15 13:06 分类:问答Weird lein uberwar behavior
I\'m executing lein uberwar for my test webapp and I\'m getting the following weird error: Exception in thread \"main\" java.lang.ClassCastException: java.lang.Boolean cannot be cast to clojure.lang.[详细]
2023-03-10 22:35 分类:问答Where can I find compojure.html?
I justed started experimenting with compojure and I\'d like to create HTML output with the syntax I\'ve found in several compojure examples:[详细]
2023-03-06 17:22 分类:问答Missing form parameters in Compojure POST request
I\'m having problems getting the form parameters in the following Compojure example: (ns hello-world (:use compojure.core, ring.adapter.jetty)[详细]
2023-03-06 09:39 分类:问答