Skip to content
/ jddd Public
forked from xmolecules/jmolecules

Libraries to help developers express DDD building blocks in Java code

License

Notifications You must be signed in to change notification settings

kforem/jddd

 
 

Repository files navigation

jDDD - Domain-Driven Design in Java

This repository contains libraries to help developers work with DDD concepts in Java. It currently consists of the following artifacts:

Artifacts to express DDD concepts
  • jddd-core — annotations and interfaces to express DDD building blocks (value objects, entities, aggregate roots etc.) in code.

  • jddd-events — annotations and interfaces to express the concept of events in code.

  • jddd-architecture — annotations to express architectural styles in code.

Technology integration
  • jdd-archunit — ArchUnit rules that verify the aggregate structures in your model.

  • jddd-jpa — A ByteBuddy plugin to derive default JPA mappings for code that expresses DDD building blocks via jddd-core.

Examples
  • jddd-examples — A collection of examples to showcase the usage of the concept types and annotations as well as the technology integration.

Release instructions

  • mvn release:prepare -DscmReleaseCommitComment="$ticketId - Release version $version." -DscmDevelopmentCommitComment="$ticketId - Prepare next development iteration."

  • mvn release:perform

About

Libraries to help developers express DDD building blocks in Java code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%