Hi,

I'm wondering what approaches people take if they want to have Clojure code
loaded at runtime from some data store.

We operate a large website and I'd like the ability to deploy our mustache
templates & immediate corresponding clojure code at will, rolling back etc
if need be, without having to redeploy the host application.

I'm interested in what a potential dev process would look like, i.e. I
still want the Clojure files on the local file system editable in Emacs
(maybe through git submodules). I'm thinking the solution is to have a
command line tool / build process that uploads a targeted module (template
+ Clojure code) into the data store (i.e. using Avout on ZooKeeper, or
Datomic, whatever) and the main running application is notified that
something has changed. We would then have a small management app on top of
this where you can roll back between different revisions of the modules.

Not looking to reinvent any wheels here, more wondering what others have
done,

thanks.

-- 
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to