Akka's own documentation is rather good, and free, and has dedicated sections to cover all the relevant functionality via both the Scala and Java APIs.
Having said that (and my opinion may be seen as controversial here)... You may find it easier to start learning the Scala API and then apply that understanding to Java. Pattern matching and first-class functions are both very heavily used concepts and can be directly expressed in Scala, once you understand the "big picture" then Java's encoding of these ideas will be far less distracting from the core ideas.
--
You received this message because you are subscribed to the Google Groups "Java Posse" group.
To post to this group, send email to java...@googlegroups.com.
To unsubscribe from this group, send email to javaposse+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
I'd guess the ideas in the book work for Java and for Scala. I'm sure the akka community will help you port anything you struggle with.
Link http://doc.akka.io/docs/akka/snapshot/java/testing.html