Hi Marco, You start Akka by creating an ActorSystem, and that can be done from inside another application.
I would suggest that you first try the Hello Akka!<http://typesafe.com/activator/template/hello-akka> tutorial in Typesafe Activator. Regards, Patrik On Fri, Dec 13, 2013 at 3:47 PM, Marco Freschi <[email protected]> wrote: > I would like to integrate Akka to my java project. The existing project is > a sort of calculator that receive some data and compute the results. It is > working standalone inside its jvm. > The idea is to implement a sort of surveillance using akka to check if the > application is crashed or if someone is closing it. > Which are the "rules" to add akka capabilities to an existing project? Do > I need to implement another thread in my application for exchanging > messages? and for restarting how can call the application Main with its > libraries? > > > Thanks for the answer > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> 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/groups/opt_out. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
