On Wed, Jul 22, 2009 at 3:36 AM, robert
hickman<robert.e.hick...@googlemail.com> wrote:
> ---- If you want very easy to deploy web apps,  I would suggest Compojure:
> ---- http://github.com/weavejester/compojure/tree/master
> ---- You can always use a proxy to front a compojure app, which is how a
> ---- lot of web apps do it.
>
> Compojure requires running a second server and proxying it, which as
> described above, I am trying to avoid. Is there any way of developing
> a application with Compojure completely without shell access to the server?
>

It is possible to compile your Compojure application to a WAR file
that can be deployed into any standard servlet container. You would
still need a host that supports Tomcat (or similar) but you wouldn't
need shell access.


> Lisp seams like a very good language for developing web applications, mostly
> due to its macro system and doorman specific languages. However there seam
> to be no practical ways of developing with it.
>

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

Reply via email to