You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/architecture/hexagonale_architecture.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
1
:imagesdir: ../images
2
2
// Open Questions/Discussion:
3
-
// - If domain cannot access anything, how does the factory acess service to create a entity (for example using the postalcode service to get the user)
4
3
// - Is everything considered in the structure or are there things we cannot handle currently?
5
-
// - What about shared technical elements? (AOP for logging accross multiple rest adapters)
6
-
// - How to organize mutliple modules in a modular monolith and what about shared stuff there?
4
+
// - What about shared technical elements? (AOP for logging across multiple rest adapters)
5
+
// - How to organize multiple modules in a modular monolith and what about shared stuff there?
7
6
// - Should we really name the adapters after the protocol or more speaking (e.g. reservation for a inbound adapter for reservation)
8
-
// - Is structurering core and adapters in packages enough or should we use gradle modules or java modules?
7
+
// - Is structuring core and adapters in packages enough or should we use gradle modules or java modules?
9
8
10
9
// Todos:
11
10
// - Create ADR (Architecture Design records)
@@ -61,6 +60,7 @@ image::hexagonal_component_architecture_overview.drawio.svg["devonfw hexagonal a
0 commit comments