On 9 Mai, 00:30, Chris Dean <ctd...@sokitomi.com> wrote: > How do folks launch their apps? > > For building (and maybe deploying) it seems that most people use the > Java tools (ant, maven, ivy) or have a 10 line shell script. For pure > Clojure code you don't even necessarily have to have a build step. > > But how do you launch your code in a production style setting?
Depending on what kind of app it is. If it is a desktop application then a .jar file that can be doubleclicked to run sounds like the right thing. An alternative would be applets or Webstart. For server apps it could be a launch script. The launch script could be run in a screen. --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---