Re: Multi purpose webframework deciding between serverside generated templates and cljs SPA approach

2015-02-02 Thread Sven Richter
Hi Torsten, I may add this some time in the future, bu for now I always used form based login, so some sort of a combination of SPA and traditional framework. Did you see this series: http://rundis.github.io/blog/2015/buddy_auth_part2.html This seems to go into the direction you are looking

Re: Multi purpose webframework deciding between serverside generated templates and cljs SPA approach

2015-02-02 Thread Torsten Uhlmann
Thanks, Sven! I read the first part, wasn't aware of this one though. It seems answer some of my questions. Thanks, Torsten. 2015-02-02 11:34 GMT+01:00 Sven Richter sver...@googlemail.com: Hi Torsten, I may add this some time in the future, bu for now I always used form based login, so

Multi purpose webframework deciding between serverside generated templates and cljs SPA approach

2015-01-30 Thread Sven Richter
Hi, I am working on taking luminus and chestnut templates some steps further by additionally providing authentication and user management + some crud generation for entities plus whatever comes to my mind. Now, I am a bit undecided, I am working on a view that lists available users plus some

Re: Multi purpose webframework deciding between serverside generated templates and cljs SPA approach

2015-01-30 Thread Torsten Uhlmann
I'm currently wrapping my head around single page apps with authentication / authorization, so I would be interested in seeing a spa approach. Thanks for publishing, whatever way you choose. 2015-01-30 11:11 GMT+01:00 Sven Richter sver...@googlemail.com: Hi, I am working on taking luminus