I think he's considering Play even for pure REST, because he can use it from Java, and Akka-HTTP is not ready.
On Tue, Oct 14, 2014 at 7:40 AM, Daniel Armak <[email protected]> wrote: > Spray / akka-http and Play address two different use cases. > > Spray/akka-http is an HTTP framework; as such it's great for building pure > REST services if all of your semantics can be cleanly expressed in terms of > plain HTTP. I wrote an HTTP proxy using spray and it was perfect for the > job. > > Whereas Play is a *web* framework. It includes support for lots of > web-related features that aren't part of HTTP as such. > > Daniel Armak > > On Tue, Oct 14, 2014 at 12:11 PM, Prakhyat Mallikarjun < > [email protected]> wrote: > >> Hi Konrad, >> >> I am aware of these posts. >> >> Since we are in stage of planning for rest player. I was looking >> feedbacks on which is the the best way to create REST layer when working >> with apps having akka persistence. >> >> I had three options play,akka http and spring. To decide which one to >> use, i was looking for pros-cons/feedbacks/crietria's to make the RIGHT >> CHOICE. >> >> These posts are totally different from the answers I am looking for. >> >> -Prakhyat M M >> >> On Tuesday, 14 October 2014 12:59:00 UTC+5:30, Akka Team wrote: >>> >>> Hi Prakhyat, >>> This has been explained a few times recently, for example here: >>> https://groups.google.com/forum/#!topic/akka-user/FBUn7g3b564 or here: >>> https://groups.google.com/forum/#!topic/akka-user/3JYHqg2nO6Y >>> >>> We're working on it and it should be available "soon" – see the other >>> discussions for details. >>> >>> -- >>> Konrad >>> >>> On Mon, Oct 13, 2014 at 12:18 PM, Prakhyat Mallikarjun < >>> [email protected]> wrote: >>> >>>> Team, >>>> >>>> We want to implement REST with java. >>>> >>>> Which is the best framework among (AKKA HTTP,Play, Spring) for >>>> developing REST layer in JAVA? >>>> >>>> One problem I could see currently is AKKA HTTP support for java is >>>> still pending. >>>> >>>> -Prakhyat M M >>>> >>>> -- >>>> >>>>>>>>>> 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. >>>> >>> >>> >>> >>> -- >>> Akka Team >>> Typesafe - The software stack for applications that scale >>> Blog: letitcrash.com >>> Twitter: @akkateam >>> >> -- >> >>>>>>>>>> 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. >> > > -- > >>>>>>>>>> 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. > -- >>>>>>>>>> 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.
