On Wed, Sep 1, 2010 at 7:46 PM, Sean Corfield <seancorfi...@gmail.com> wrote: > If not, how do you build a Clojure web app that runs on Tomcat / JBoss / etc? > > (so the underlying question is: what's the raw Servlet implementation > that folks use to power Clojure-based web apps on containers other > than Jetty?) > --
That in general is not a problem about the container but clojure itself. I see the same problem for Microsoft's F#. That said, I have no problem using clojure and put it on Google's app engine(which is java) by just subclass the request object(or something like that), the plain old servlet way. What is difficult would then be about layout, templating etc. For serious web development, I would say both clojure and F# would be better to serve in the 'business logic' side as the eco-system surrounding java/c# is way ahead of clojure/F#. -- 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