top of page


DDD-like Kotlin object cooperating with Spring context
My friend Dominik helped me figure out which direction to take my coding skills. I never really liked the standard industry patterns...
Cyril Sahula
Apr 182 min read
99 views
0 comments


Spring integration testing IV: Reusing application context
This article belongs to a series about integration testing. I recommend reading the kick-offwhere I put links to the whole series. What...
Cyril Sahula
May 19, 20232 min read
75 views


Spring integration testing III: manual cleaning of all storage types
This article belongs to a series about integration testing. I recommend reading the kick-offand the second part about Spring default...
Cyril Sahula
Apr 13, 20233 min read
16 views


Spring integration testing II: automatic rollback transaction model
The article belongs to a series about integration testing. You can check the kick-off article. Let’s imagine an application that provides...
Cyril Sahula
Feb 18, 20233 min read
37 views


Spring integration testing I: Introduction to series
Over the past few projects, I have improved the testing approach for integration testing in the Spring framework (i.e. IT). The Spring...
Cyril Sahula
Jan 13, 20234 min read
23 views
bottom of page