Akka
-
Scala
Finite state machines with Akka
As you could remember from previous posts, Part 1 and Part 2, we’re implementing a solution that integrates a sync…
Read More » -
Software Development
Akka basics
As the previous post explained our system is based on Akka. Before going into more detail about our solution, I’d…
Read More » -
Scala
Reactive Database Access – Part 2 – Actors
We’re very happy to continue our a guest post series on the jOOQ blog by Manuel Bernhardt. In this blog…
Read More » -
Scala
Reactive file system monitoring using Akka actors
In this article, we will discuss: File system monitoring using Java NIO.2 Common pitfalls of the default Java library Design…
Read More » -
Scala
Testing AKKA application with Spock
AKKA is message-driven and actor model based concurrency toolkit. Although it’s written in Scala, AKKA can be used in any…
Read More » -
Scala
Akka Typed Actors: Exploring the receptionist pattern
In this article we’ll explore another of Akka-Typed patterns. This time we’ll show you how you can use the receptionist…
Read More » -
Core Java
Akka Typed Actors: Exploring the receiver pattern
In the previous article we looked at some of the basic features provided by Akka Typed. In this article and…
Read More » -
Scala
For Java Developers – Akka HTTP In The Cloud With Maven and Docker
From time to time it is necessary to just take the little effort to think outside the box. This is…
Read More » -
Scala
Akka Typed: First steps with typed actors in Scala
With the [release of Akka 2.4.0| http://akka.io/news/] a couple of weeks ago the experimental Akka Typed module was added. With…
Read More »