FEST-Reflect Integration Test - AKKA Actor With Awaitility 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
FEST-Reflect AKKA Actor Dependency Injection Using Spring 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
FEST-Reflect Testing AKKA Actors With Mockito and FEST-Reflect 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
FEST-Reflect Nested Java Field Access With FEST Reflect Abstract: For one reason or another it's often needed to access fields which are nested (sometimes deeply nested) within other fields. Of course you can write the logic yourself or (from now on)
FEST-Reflect Decoration With FEST-Reflect 1.3 Yesterday (3rd of April, 2012) the FEST-Reflect 1.3 (part of FEST libraries) was published on maven central. Since this fact requires a celebration, I've prepared a short tutorial of the new field