Blog Archives

01: Simple Akka Tutorial in Scala step by step for the Java developers

Simple Akka Tutorial in Scala step by step with Maven. This is reactive programming in action, which is used for message driven interactions. This extends setting up Scala and Simple Akka tutorial in Java step by step

Step 1: Create a scala maven project named “simple-akka-scala” as shown below.…



02: Simple Akka tutorial in Scala with 2 Actors

This tutorial extends the previous tutorial Simple Akka Tutorial in Scala step by step for the Java developers, and Simple Akka tutorial in Java with 2 Actors.

Step 1: The “Consumer.scala” file that contains two actor classes “ConsumerOfOddNumbers” and “ConsumerOfEvenNumbers“. In Scala, you can have multiple classes in a single file as shown below.…



03: Akka tutorial “ask” request – response pattern Scala way

This tutorial extends Simple Akka Tutorial in Scala step by step for the Java developers and Akka tutorial “ask” request – response pattern in Java. Request-Response pattern in Akka with…



800+ Java & Big Data Interview Q&As

200+ Java & Big Data Tutorials

Top