Akka Episode II – The Empire Strikes Back

Akka Episode II – The Empire Strikes Back

In the previous post, we learned the basic foundations of the Akka toolkit. In this post, we‘ll see the nuts and bolts of an Akka application built on Scala. For doing this, at first we must define our actor model, and later implement every actor and the necessary messages to communicate actors between them. The […]

Akka Episode I – The Force Awakens

Akka Episode I – The Force Awakens

In recent times the term of reactive programming is being listened more and more. This one is a programming paradigm oriented to data flows and the propagation of change. Currently, Akka is becoming one of the most popular free and open-source toolkits for constructing concurrent and distributed applications on the JVM. This post explains which […]