xmolecules / jmolecules

Libraries to help developers express architectural abstractions in Java code
http://jmolecules.org
Apache License 2.0
1.2k stars 99 forks source link

What should a strict layered architecture look like? #75

Closed jamietanna closed 2 years ago

jamietanna commented 2 years ago

I can't see any example projects to compare my own against, while trying to migrate over.

Although I can kinda guess what it should look like, I want to double check that I'm not making it too complex in hierarchy, as the project I'm using isn't very complex

odrotbohm commented 2 years ago

Let's use either the discussions or StackOverflow for general purpose questions as we would like to use the issues to only track bugs and requests for enhancements. The set of annotations for layered architecture is available. The names of the layers and the constraints they are supposed to adhere are very well-defined in classic literature on that topic.