Need explanation of hexagonal architecture

Posted by Victor Grazi on Programmers See other posts from Programmers or by Victor Grazi
Published on 2012-10-10T18:06:19Z Indexed on 2012/10/10 21:52 UTC
Read the original article Hit count: 311

Filed under:

I am reading about Alistair Cockburn's Hexagonal Architecture http://alistair.cockburn.us/Hexagonal+architecture with interest.

One claim he makes is: "Finally, the automated function regression tests detect any violation of the promise to keep business logic out of the presentation layer. The organization can detect, and then correct, the logic leak."

I do not understand this point. Is he saying that because the test is headless, then calls to a ui layer will throw exceptions? That doesn't seem to be a very sound test!

© Programmers or respective owner

Related posts about architecture