Example of integration Akka with existing java project
If I already have existing java web application that uses spring and servlet container. What is the proper way to integrate Akka in it? Like I'g going to have Actor1 and Actor2 that communicate with each other. What would be the entry point to start using those actors? (like: 1. put it there 2. change config 3. get reference to actor) I found http://doc.akka.io/docs/akka/2.2-M3/general/configuration.html But his does not provide me a glue. Just want to get real example of integration. Is there some simple integration example? EDIT: Application does some search, getting some data from outside,