On Sat, Aug 17, 2013 at 3:52 PM, John Jacobsen <eigenhom...@gmail.com>wrote:

> So, what do all y'all do?  What is a good lightweight but robust way to
> get a fairly simple Compojure/Ring app backed by Datomic facing the outside
> world?  Not too worried about massive scalability at this point; simplicity
> will be a plus (am worried that e.g. Immutant / JBoss are too heavyweight).
>

If simplicity is the goal, then Immutant makes things pretty extremely easy
while giving you some infrastructure to build on going forward.

Our non-immutant deployment uses a custom jetty startup along with an
uberjar build.  Doing the uberjar lets us not worry about dependency
resolution at deploy time, but that's really it.  (I don't know if lein has
some other mechanism for fixing dependencies or if the recommendation is to
run your own internal caching maven proxy)

Other than that, mechanically our deploy is not significantly different
from a lein ring server, so maybe you can explain what your concerns with
that are?

-- 
-- 
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