Faisal, that does of course depend on your architecture. But it should be quite simple. You can either use Play for your main application that starts your own Akka System in the Global object. Or you use Play's Akka. What I personally use is also Akka remoting where you use remote Akka messages to communicate between your Akka application and a Play application, since there is an Akka system within Play all you have to do is to configure remoting for that one. This proved to be very reliable for me.
Best Volker Am Donnerstag, 8. Mai 2014 11:59:01 UTC+2 schrieb faisal...@gmail.com: > > Hello all, > > I am working on a fairly complicated system, and using Akka to orchestrate > the process flow. One of the steps requires human intervention, and I was > thinking that I would use play framework to manage it. However, I am unable > to wrap my head around how will the general Akka system communicate with > play. I know how to create a fully fledged akka system, and I know how to > create an akka system within play, but I am unable to reconcile how to > merge both. Any pointers would be greatly appreciated. > > Regards, > Faisal > -- >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com. To post to this group, send email to akka-user@googlegroups.com. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.