gabriel logo

Clean Architecture (Java)

I’ve been using Clean Architecture for a long time quite successfully. I previously posted about Clean Architecture, where I linked to a sample project in C#. I wanted to also see what a project in Java would look like, so I went ahead and implemented it as well...
Clean Architecture

Clean Architecture

In the past few days, I soared straight through Robert Martin’s book, Clean Architecture. After seeing a receipe for such an elegant system architecture, I spent a couple days converting an existing project to the architecture. It was difficult to implement...