Good points, puzzler. 

I'm in the last stages of getting an commerce site ready for production and 
my issues with getting authentication to work properly may force my company 
to switch to an inferior but easier to configure technology (i.e., abandon 
Clojure). 

Sven Richter's friend-ui/closp work on auth/authz is quite good, but not 
there yet. Luminous is brilliant (pun intended) but the auth piece is not 
there yet. I've started a lib for payment gateway integration with 
authorize.net and there is a partly broken implementation of PayPal IPN 
(callback handling). I've got a nice JavaScript shopping cart -- a fork of 
SimpleCart(js) that is functional for most cases, with a Clojure parser for 
its terrible POST format (not yet released).

Modularity, as Clojure's web libraries have been pursuing it, is a very 
good idea -- I've been able to choose among several options and put 
together an app like Legos. Alas, small differences in dependencies make 
some modules unable to work together. But I think the Leiningen  template 
way is very effective.
--Sven

On Saturday, May 2, 2015 at 11:19:19 PM UTC-4, puzzler wrote:
>
> Last week, at the Clojure/West conference, someone (I think it was Brandon 
> Bloom) summed up the general vibe well, by saying something along the lines 
> of, "We now have all the pieces in place to make web development an order 
> of magnitude more productive than in any other language, we just need to 
> figure out how to put it all together and make that happen."
>
> I think that's right.  From a technological standpoint, I think we're 
> there.  The things we most need are informational resources and 
> higher-level shared resources, such as UI widgets.  For example:
>
> How do we use Buddy/Friend effectively to achieve secure web apps?  (The 
> docs are not sufficiently informative for those who haven't thought much 
> about security and assume too much prior knowledge).
>
> How do we effectively leverage some of the more advanced Clojure-oriented 
> webservers such as Aleph and Immutant?
>
> Clojure is great for creating new, disruptive web models, but what's the 
> easiest path to creating something that can be done trivially with, say, 
> Drupal or Django?
>
> Since more and more people are working with Reagent/Om/etc., we need as 
> many Bootstrap-like widgets as possible for those tools, and more 
> informational resources about how to use these new reactive models 
> effectively, for example, how to do animated UIs.
>
> Are there reusable components like, say, shopping baskets?
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to