2010/10/6 Cédric Pineau <cedric.pin...@gmail.com>

>
>  Looks nice indeed ! Very REST oriented, isn't it ?
>

Thank you :) Yes, I try to keep it as RESTful as possible


>  One thing : I'm new to clojure and gathering information about the whole
> ecosystem, including web frameworks, but find it hard to figure what to
> choose. It would help to have clues of funkyweb's "positioning" regarding
> other frameworks such as compojure, compojure-rest, fleet, or even ring. Are
> they supposed to be used together and how, if not is funkyweb just a matter
> of taste or does


I'd say it's mainly a matter of preference, funkyweb gives you a higher
level of abstraction while compojure gives you more flexibility. Also keep
in mind that compojure is more mature and is used in production apps while
funkyweb isn't quite ready for production yet. As for the ecosystem as a
whole James Reeves' answer sums it up well.


> it really provide the-tomorrow-approach-you-don't-want-to-miss, is it a
> hobby/learning/personnal/short-lived project or do you intend to make it
> stay and shine for long ?
>

It actually started out as a learning project and it is the first thing I've
done with Clojure other than trying out snippets from books in the repl. But
even though it started that way it's based on an idea I've had for a while
and I intend to use it in real applications.

 And also, I didn't get what was the scope of Flash set.get ? Is this a per
> thread/request cache ?
>

The flash is a special thing that's available to the next request in the
current session and is then automatically deleted so it's well suited for
displaying user notifications. For example, say you have a create action
that saves something to a database and then does a redirect to a show action
then that action can access the the flash message you set in the create
action and display it, but after a page refresh or page change the message
dissapears. I hope this makes any sense :)


> --
> Cédric
>
>  --
> 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<clojure%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>


Cheers
- Patrik

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