Ingini

Ingini


TagAKKA
Featured

Java AKKA Multithreading Actor Model Concurrency

AKKA Ask Pattern: For Those Times When You Have to Block

Posted on .

Abstract : Since you are here, chances are, you are in one of those situations where you have to come up with a blocking solution using AKKA. Thus I’m going to skip the actor model introduction which is necessary to understand how AKKA actor model implementati…

Featured

FEST-Reflect Java AKKA Mockito Spring Awaitility FEST FEST-Assert Multithreading

Integration Test - AKKA Actor With Awaitility

Posted on .

Abstract : Ever had an impression you're changing what you're observing by simply observing it? If you so, you may have hit a Heisenbug ([1], [2]). Well, OK, I agree that a more precise definition of "observing" is needed and that we can differentiate between…

Featured

FEST-Reflect Java Maven AKKA Spring

AKKA Actor Dependency Injection Using Spring

Posted on .

Abstract : Dependency Injection (DI) is refine flavor of Inversion of Control (IoC) design pattern. One of the software frameworks out there which provides DI implementation is Spring. AKKA on the other hand is "a toolkit and runtime for building highly concur…

Featured

FEST-Reflect Java Maven AKKA JUnit Mockito

Testing AKKA Actors With Mockito and FEST-Reflect

Posted on .

Abstract : One of the few frameworks implementing the actor model is AKKA. In fact AKKA is a lot more than just an implementation of the actor model, but within this post we are going to concentrate on combining Mockito, JUnit and FEST-Reflect in order to faci…