Akka
-
Core Java
Java Based Akka application Part 2: Adding tests
On the previous blog we focused on spinning up our first Akka project. Now it’s time to add a test…
Read More » -
Core Java
Java Based Akka application Part 1: Your base Project
Akka is a free, open-source toolkit and runtime for building highly concurrent, distributed, and resilient message-driven applications on the JVM.…
Read More » -
Scala
Deploying akka-http app to Cloud Foundry
In a preceding post I had gone over the steps to deploy a simple akka-http app to Cloud Foundry. The gist of…
Read More » -
Scala
Deploying akka-http app to Cloud Foundry
It is easy to deploy an akka-http application to Cloud Foundry. I experimented with a few variations recently and will cover ways…
Read More » -
Scala
Developing Modern Applications with Scala: Concurrency and parallelism with Akka
This article is part of our Academy Course titled Developing Modern Applications with Scala. In this course, we provide a…
Read More » -
Scala
Unit vs Integration Akka Testing
This is the sixth post in the series about integrating sync clients with async systems (1, 2, 3, 4, 5).…
Read More » -
Scala
Coordination in Akka
This is the fifth post in the series about integrating sync clients with async systems (1, 2, 3, 4). Here…
Read More » -
Scala
Akka Notes – Finite State Machines – 2
In the first part of notes on Akka FSM, we saw the basics of Akka FSM and the outline of…
Read More » -
Scala
Akka Notes – Finite State Machines – 1
I recently had the opportunity to play with Akka FSM at work for some really interesting use-case. The API (in…
Read More »