Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another proposal for hexagonal architecture #31

Closed
wants to merge 1 commit into from

Conversation

thebignet
Copy link
Contributor

chore(build): hexagonal architecture

Project Events is split up into multiple projects

  • domain : only functional classes here as well as ports
  • someAdapter : adapter implementing one or more ports from the domain
  • someOtherAdapter : another adapter, but this one has a runtime dependency on someAdapter. This can be the case for example of a restAdapter which depends on a database adapter only at runtime.

Please note that someAdapter and someOtherAdapter are only sample projects of adapters

closes #30

Project Events is split up into multiple projects
- domain : only functional classes here as well as ports
- someAdapter : adapter implementing one or more ports from the domain
- someOtherAdapter : another adapter, but this one has a runtime dependency on someAdapter.  This can be the case for example of a restAdapter which depends on a database adapter only at runtime.

Please note that *someAdapter* and *someOtherAdapter* are only sample projects of adapters

closes swcraftlyon#30
@thebignet thebignet closed this Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Une autre proposition pour commencer vers une architecture hexagonale
1 participant