Grokking Alistair Cockburn's Hexagonal Architecture
grok-arch-hexagonal includes the Alistair Cockburn's FIT example and Pat Maddox's hexarch2 example.
grok-arch-hexagonal is not available for download via quicklisp. Instead, clone the repository, tell ASDF where to find the system definition, and load the system with quicklisp:
(ql:quicklisp "grok-arch-hexagonal")
Following that, the FIT example can be driven either by the test
CL-USER> (grok-arch-hexagonal-fit-example:run-test)
or by the UI
CL-USER> (grok-arch-hexagonal-fit-example:run-ui)
The hexarch2 example can be driven by the test
CL-USER> (grok-arch-hexagonal-hexarch2:run-test)
grok-arch-hexagonal is distributed under the MIT license. See LICENSE.