databases as life-support for domain objects
The database should exist solely to give persistence to an application's domain objects. And in a hexagonal architecture, that implies that the database is not even in the picture
The database should exist solely to give persistence to an application's domain objects. And in a hexagonal architecture, that implies that the database is not even in the picture
March 22, 2005
The axis of symmetry in Alistair Cockburn's hexagonal architecture model explains why Mock Objects and the Dependency Inversion Principle work
July 16, 2004
Alistair Cockburn's 'hexagonal architecture' has some interesting consequences when we try to eliminate all duplication from a system
May 23, 2005
4