https://github.com/oregor-projects/trinity4j
A set of Domain-Driven Design Libraries for Java Applications
https://github.com/oregor-projects/trinity4j
Last synced: 6 months ago
JSON representation
A set of Domain-Driven Design Libraries for Java Applications
- Host: GitHub
- URL: https://github.com/oregor-projects/trinity4j
- Owner: oregor-projects
- License: apache-2.0
- Created: 2019-04-22T13:50:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T18:07:27.000Z (about 5 years ago)
- Last Synced: 2025-07-06T07:15:59.199Z (12 months ago)
- Language: Java
- Size: 458 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# trinity4j
[](https://travis-ci.org/oregor-projects/trinity4j)
[](https://search.maven.org/search?q=g:%22com.oregor.trinity4j%22)
[](https://sonarcloud.io/dashboard?id=oregor-projects_trinity4j)
When it comes to Tactical Domain-Driven Design, there are two principal options.
Use a complex framework or provide an implementation from scratch.
Another option is the TRINITY4J, a lightweight library for DDD applications in Java.
It distills the best solutions for common problems when applying DDD.
TRINITY4J follows the structure of the Trinity Architecture pattern.
Thus, it is a perfect fit for Trinity-based Java applications.
Nonetheless, you can also use it in any application that does not follow the Trinity pattern.
To learn more about the Trinity Architecture go to: https://medium.com/oregor/the-trinity-architecture-c89ed5743c1e
##
## WORK IN PROGRESS