pedestal Questions

1

Solved

I am trying to host static assets along with services in Pedestal 0.5.1. I am using the ::file-path to point to a directory to host the files. This works fine if I navigate directly to the file htt...
Ramayana asked 18/11, 2016 at 16:13

1

Solved

I was led to believe that Pedestal is a replacement for Ring however from all the examples I see that Pedestal actually uses Ring. This is most confusing! Do I need to know and understand how Ring ...
Pandit asked 7/4, 2016 at 15:38

2

Which technologies from the clojure ecosystem can be recommended to develop a standalone desktop application? The technology I am looking for should have support for access to the local file syst...
Hesperus asked 21/1, 2014 at 10:59

3

I'm trying to choose a library for client-side MVC in ClojureScript. Here's are the ClojureScript libraries I've found so far: WebFUI (https://github.com/drcode/webfui) Enfocus: (http://ckirkenda...
Baden asked 9/4, 2013 at 21:37

1

Solved

I'd appreciate a basic Pedestal example of how to (1) setup cookies that survive server restarts and (2) use cookie-based sessions; in particular how to get and set values. I'm a little surprised ...
Mach asked 26/3, 2014 at 4:53

2

I'm trying to make a very basic pedestal app to display a list of items, or a text message if the list is empty. I thought what I wanted was : a data model where [:root :items] would be my lis...
Horatia asked 31/1, 2014 at 11:4

1

I have recently inherited a non-finished web app written in Clojure, based on compojure and hiccup basically. It's a bad attempt to model some sort of MVC with OO style not in the FP style as seen ...
Tobi asked 2/1, 2014 at 2:42

4

Solved

Recently Relevance announced Pedestal, a new web framework for Clojure. How does this framework compare to other Clojure web frameworks such as Compojure, Webjure, Conjure, Moustache and so on, in...
Eroticism asked 20/3, 2013 at 20:8
1

© 2022 - 2024 — McMap. All rights reserved.