just skimming the thread all I see is mention of war files, which, well, who cares? just get ring and the ring jetty adapter, you don't even after to presume the existence of an installed webserver or servlet container. http://github.com/hiredman/place-for-things is something I have been playing with that uses ring and jetty.
On Thu, Sep 9, 2010 at 12:33 PM, Mike Meyer <mwm-keyword-googlegroups.620...@mired.org> wrote: > On Thu, 9 Sep 2010 11:48:36 -0700 (PDT) > Saul Hazledine <shaz...@gmail.com> wrote: > >> On Sep 9, 8:16 pm, Brenton <bashw...@gmail.com> wrote: >> > >> > Even though Clojure doesn't already have what you are looking for it >> > would not be difficult to make it work. For example, you could create >> > a generic web app that would have an embedded REPL as well as the >> > ability to dynamically load code from external files. You would then >> > just need to install Tomcat (which is easy) and drop this war into it. >> > Form then on out you would just create simple .clj scripts and drop >> > them into a directory. You could also connect to the REPL and >> > dynamically add and remove code from the application. This hasn't been >> > done yet because I don't think many people would find it useful. >> >> This would be really cool. Especially if, after playing around at the >> repl, you could call something like: >> (create-war "example.war") >> and it would produce a deployable web application using the .clj files >> you had loaded. > > Gee, that sounds like the web apps I was building a decade ago, except > it was standalone. It pretty much loaded all the code in the > deployment directory, let you telnet into a repl to poke around in the > guts of the system, including reloading modules, adding new ones, > resetting things. > > Unfortunately, times have changed, and I'm looking for better > tools. Clojure definitely a better language.... > > <mike > -- > Mike Meyer <m...@mired.org> http://www.mired.org/consulting.html > Independent Network/Unix/Perforce consultant, email for more information. > > O< ascii ribbon campaign - stop html mail - www.asciiribbon.org > > -- > 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 -- And what is good, Phaedrus, And what is not good— Need we ask anyone to tell us these things? -- 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