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
2 days ago2 min read
60 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
71 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
13 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
22 views
bottom of page