Re: [akka-user] Java/Akka API: Is it really necessary?

2015-06-12 Thread Roland Kuhn
Hi Guido, with Java 8 lambdas and Scala 2.12 we will indeed be able to unify the experience (and API) more, but there are other issues that won't go away, for example the different collection APIs. In terms of Futures the jury is still out on what the Java world will settle on, but the answer

[akka-user] Java/Akka API: Is it really necessary?

2015-06-06 Thread Guido Medina
Hi, I have been using Akka now for three months now and one thing that got my attention in a very good way is the fact that you can use Scala methods and functions from Java, then I wonder: - Is it really necessary to have an Akka Java API for Java developers in general? - I have not