![]() | akka :( |
|
23 Mar 2011, 15:15
Stu George (6 posts) |
I was interested up to the point where I saw I needed akka. I have no interest in dragging along all the scala dependancies that akka requires or writing my apps in scala. I guess thats why its “Programming Concurrency on the JVM” and not “Programming Concurrency in Java”. |
|
23 Mar 2011, 15:18
Ersin Er (4 posts) |
As far as I can see the book gives examples in both Java and Scala regarding Akka Actors. |
|
23 Mar 2011, 17:15
Stu George (6 posts) |
sure, but underneath, akka has scala as a dependancy amongst other things. |
|
23 Mar 2011, 18:21
Venkat Subramaniam (71 posts) |
Stu, as Ersin mentioned, I present solutions using multiple JVM In Java we rely on quite a number of libraries for various tasks. Quite |
|
23 Mar 2011, 19:25
Daniel Glauser (1 post) |
Stu, why does Scala as a dependency bother you? You can use Akka from Java. Underneath the covers it has “scala-library.jar” along with seventeen other jars. These jars include projects like Netty, Protobuf, Jackson, Guice, etc. The only Scala dependencies are the scala-library.jar, and sjson_*.jar. This is an implementation detail of Akka and is not exposed to the consumer of the API (unless you’d like it to be). I’m not sure why this troubles you. |
|
23 Mar 2011, 21:58
Thomas Flaherty (1 post) |
Akka: 1. Has the best concurrency on the JVM The Scala dependencies which enable all these capabilities are worth it. |
|
09 Mar 2012, 22:14
Mike Slinn (1 post) |
You might find this book of interest: “Composable Futures with Akka 2.0”, available at http://slinnbooks.com/books/futures/ |
| You must be logged in to comment |

