Akka-Http is already available as a preview and contains a Java API, here is a link to the docs: http://doc.akka.io/japi/akka-stream-and-http-experimental/0.7/?_ga=1.231974623.1745281294.1365509340 The Akka Roadmap from August 28 stated that akka-http is planned to be released for public review (= experimental) for 2.3.x by the end of october: http://typesafe.com/blog/akka-roadmap-update-2014
Do not know if the timeline is still valid though... If you are looking into other REST frameworks, make sure they work async, that should make integration a lot easier... Cheers, Michael Am Donnerstag, 9. Oktober 2014 16:25:07 UTC+2 schrieb rrodseth: > > Once Spray is part of Akka as Akka HTTP I think they have a Java API > planned, but I don't know when that is due to be released. There are lots > of options for the web tier, including eg. Spring MVC and Play (which are > "full stack" frameworks, but can be used to build REST APIs). > > On Thu, Oct 9, 2014 at 12:20 AM, Prakhyat Mallikarjun <[email protected] > <javascript:>> wrote: > >> Hi, >> >> If we want to use REST with akka persistence JAVA, what is recommended >> for REST? >> >> -Prakhyat M M >> >> On Tuesday, 7 October 2014 20:06:51 UTC+5:30, rrodseth wrote: >>> >>> There are a couple of Activator templates. It's common to use Spray, >>> which is in the process of becoming Akka HTTP. >>> >>> https://typesafe.com/activator/template/activator-akka-spray >>> >>> On Tue, Oct 7, 2014 at 4:52 AM, naveen gayar <[email protected]> wrote: >>> >>>> Hi >>>> >>>> >>>> Any example of Akka as a RESTful service? >>>> >>>> Thanks >>>> navajyothi >>>> >>>> -- >>>> >>>>>>>>>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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.
