On 13 September 2010 13:54, Bahman Movaqar <b.mova...@gmail.com> wrote:
> It works.  Strange gotcha.

Ring uses handler functions rather than Java servlets to represent web
applications.

A Ring adapter takes a handler and a map of options, and starts an
inline webserver.

The ring.util.servlet library provides a way of turning handlers into
servlets, but this is intended only to provide compatibility with
existing Java webservers.

> Oh, I didn't know about the Compojure group.    Just joined it.
> Also nice tutorials for a person like me.  Lately, I've been wandering
> around Clojure corners with no fruit.  I plan to write a business suite
> with Clojure and I think web programming is a good starting point for my
> case.  The tutorials show me what I want to see:  how to build web apps
> step by step.

I've started writing up some additional information in the Ring and
Compojure Github wikis. They are far from complete (I only started
them a few days ago), but you may find them useful.

- James

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