Feel free to steal anything out of there you'd like, I was just playing around while being over-typesafe and over-organized. Were I to start a "framework" (I cringe at that word, more set of best practices and some helpers) I would definitely include an easy way for ScalaTags and ScalaCSS and ScalaJS and Autowire (+ pickler of choice) to be used, but probably more as directives than traits. Meh, not sure, I haven't thought on it that hard.
On Tuesday, June 23, 2015 at 6:18:55 PM UTC-5, Anton Kulaga wrote: > > Chad, > > I looked at scala-web-ideal and I see there some nice ideas I would love > to include in akka-http-extensions. For instance, I think that Pages > +traits with ScalaCSS support will be useful. > > On Saturday, June 20, 2015 at 12:05:15 AM UTC+3, Chad Retz wrote: >> >> Nice. I was wondering when this would start happening as people see Akka >> HTTP as a way to dev webapps more directly without Play. I too recently >> converted a showcase (at https://github.com/cretz/scala-web-ideal) that >> has a few of the same type of helpers (but not near as many). I think there >> are going to be a ton of these libraries as people start reusing composable >> pieces to build their webapps as opposed to the traditional >> "framework"...not that there is that much of a difference. >> >> On Friday, June 19, 2015 at 2:16:05 PM UTC-5, Anton Kulaga wrote: >>> >>> Hi, all! >>> >>> Soon after I had started three different projects with akka-http I >>> realized that I copy-pasted too often. Things like login directive, session >>> tokens, PJAX, password encryption were shared. In fact, they seem to be >>> common for many akka-http projects. >>> So, I've made akka-http-extensions lib ( >>> https://github.com/denigma/akka-http-extensions ) where I collect >>> general use features like login/session/pjax directives. It has been just >>> started and will change a lot during next several weeks, but I hope that >>> some of you will find it useful >>> >> -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
