Developing and Deploying a Simple Clojure Web Application
mmcgrana.github.com
Developing and Deploying a Simple Clojure Web Application
1–10 of 41 posts
Re: Developing and Deploying a Simple Clojure Web Application
#2Re: Developing and Deploying a Simple Clojure Web Application
#3Re: Developing and Deploying a Simple Clojure Web Application
#4In the July/August 2010 column, Getting Started with Google App Engine and Clojure, guest columnist Aaron Bedra shows how to use Clojure, a relatively new but robust Lisp implementation on the Java Virtual Machine, create and deploy an application using the Compojure web framework on the Google App Engine platform.
Re: Developing and Deploying a Simple Clojure Web Application
#5If this is an easy way to create a web app that adds two numbers on Clojure, I'd say Clojure is not ready for web development yet.
Re: Developing and Deploying a Simple Clojure Web Application
#6If this is an easy way to create a web app that adds two numbers on Clojure, I'd say Clojure is not ready for web development yet.
Re: Developing and Deploying a Simple Clojure Web Application
#7If this is an easy way to create a web app that adds two numbers on Clojure, I'd say Clojure is not ready for web development yet.
Huh. 45 LOC for templating, routing, and form processing and you don't need to configure a different webserver since jetty is production quality. Do you have links to something that takes less effort than what is being illustrated here that can be deployed immediately into production and perform well?
Re: Developing and Deploying a Simple Clojure Web Application
#8If this is an easy way to create a web app that adds two numbers on Clojure, I'd say Clojure is not ready for web development yet.
You may have glossed over some of the details.
Re: Developing and Deploying a Simple Clojure Web Application
#9If this is an easy way to create a web app that adds two numbers on Clojure, I'd say Clojure is not ready for web development yet.
Huh. 45 LOC for templating, routing, and form processing and you don't need to configure a different webserver since jetty is production quality. Do you have links to something that takes less effort than what is being illustrated here that can be deployed immediately into production and perform well?
Re: Developing and Deploying a Simple Clojure Web Application
#10If this is an easy way to create a web app that adds two numbers on Clojure, I'd say Clojure is not ready for web development yet.
Huh. 45 LOC for templating, routing, and form processing and you don't need to configure a different webserver since jetty is production quality. Do you have links to something that takes less effort than what is being illustrated here that can be deployed immediately into production and perform well?