For me, I'm using compojure/ring mostly for building web services.
I use html whenever I need some simple html templates. But since it's
a web service, I use XML and JSON far more often.

So in the end, compojure/ring just serves as a way to invoke the functions
to get output. There isn't AJAX round trips to deal with. I've begun
to experiment
with aleph and websocket to see if I can get JSON streaming going, but
it's still
very much an experiment.

On Sun, Sep 5, 2010 at 3:53 PM, HB <hubaghd...@gmail.com> wrote:
> It is public idea in Ruby community that Sinatra is best used for
> rapid prototyping and creating API for web application.
> Maybe because it isn't MVC framework, I don't know.
> Any way I though since Compojure is similar to Sinatra it will be used
> for the same purposes.

-- 
Omnem crede diem tibi diluxisse supremum.

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