Re: [akka-user] [Recommendations]: Migrating one Big Java Application to Akka

2015-05-31 Thread Konrad Malawski
Hi Harit, Allow me to respond in-line to sentences where I have something to say: 1. As deployed on client’s box it’s not trivial to know if its is up and running. Supervisor hierarchy would help the project to recover from errors if possible, or else inform us (in some way,

Re: [akka-user] [Recommendations]: Migrating one Big Java Application to Akka

2015-05-31 Thread Harit Himanshu
Thanks a lot Konrad. That gives me some confidence in that my plan looks sane :-) I went ahead and started ramping up on Scala and Akka and try to model my first problem. I asked that problem in Is it a good way to initialize Actor?. Your advice was really helpful and I started on approach where

[akka-user] [Recommendations]: Migrating one Big Java Application to Akka

2015-05-21 Thread Harit Himanshu
Hello there! I have been reading a lot about akka lately (with one weekend playing). The ability to supervise and recover from crash is exactly what I need for my current project. *About current project* 1. It is written in Java. 2. It is deployed on client’s machine. 3. This has one