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

yongk/jddd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Technology integration
  • 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.

About

Libraries to help developers express DDD building blocks in Java code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%