My Projects
Hexagonal and Triptych Software Architecture
Java
Demos of Approaches to structure Projects according to the Hexagonal Architecture. Adapting the naming conventions from the Ports and Adapters approach lead to what I call the Triptych architecture: incoming Port: *API, outgoing Port: *SPI (Service Provider Interface), incoming Adapter: *Receiver, outgoing Adapter: *Service , core: *Handler
2026-06-20_quarkus_hexagonal-architecture-demo-sm
Hexagonal ArchitectureQuarkusMavenArchunit
Demo for Hexagonal Architecture in a single-module maven project
2026-06-21_quarkus_hexagonal-architecture-demo-mm
Hexagonal ArchitectureQuarkusMaven
Demo for Hexagonal Architecture in a multi-module maven project
2026-07-03_quarkus_triptych-architecture-demo-sm
Triptych ArchitectureQuarkusMaven
Demo for Triptych Architecture in a single-module maven project
2026-07-26_quarkus-hexagon-demo-mm-per-tech
Triptych ArchitectureQuarkusMaven
Demo for Hexagonal/Triptych Architecture in a multi-module maven project split by Technology