Skip to content

A quick and practical example of Hexagonal Architecture in Java

Notifications You must be signed in to change notification settings

letcodespeak/hexagonal-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A quick and practical example of Hexagonal Architecture in Java

This java code example illustrates how we build the Ports & Adapters in real world and what benefits this architectural design brings to us.

The component appcore is the application core and includes the domain entities and business rules. The component command-console-adapter and inmemory-repository-adapter are adapters . The former adapter drives application core and the latter one serves the application core.

About

A quick and practical example of Hexagonal Architecture in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages