Ingini

Ingini


TagSpring
Featured

Java Spring Jongo Spring Boot Spring Security Authentication Authorization Denormalization

Authentication & authorization with Spring Boot & MongoDB

Posted on .

Abstract: What should we denormalize and what should we not? How many times have you heard this question in the context of MongoDB? As a follow up of this question there is often a counter example of how we used to do it with a relational database. In this art…

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…