A Quick and Practical Example of Hexagonal Architecture in Java | by Sumit Kumar | Jun, 2022
Software design patterns in action Photo by Clark Van Der Beken on Unsplash Hexagonal Architecture is a software design pattern first introduced by Alistair Cockburn. It provides an opinionated way of designing a web application architecture using Java or Java-related frameworks such as Spring. In this article, we’ll look into the hexagonal architecture in Java … Read more