Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Implement-DDD-with-PoEAA-Java

Samples to Implement 'Domain-Driven Design' with 'Patterns of Enterprise Application Architecture'

PoEAA involved in this project:

PoEAA
 |`-Domain Logic & DataSource
 | |`-DomainModel
 | | |`-DataMapper
 | | |`-TableDataGateway
 | | |`-ActiveRecord
 | | `-RowDataGateway
 | `-TransactionScript
 | |`-RecordObject(*)
 | | |`-TableDataGateway
 | | |`-ActiveRecord
 | | `-RowDataGateway
 | `-AnemicDomainModel(*)
 | |`-DataMapper 
 | |`-TableDataGateway
 | |`-ActiveRecord
 | `-RowDataGateway
 `-Supporting
 |`-Repository
 |`-NominalRepositorys(*)
 |`-DAO(*)
 |`-ServiceLayer
 |`-IdentityMap
 |`-UnitOfWork
 |`-PersistenceModel(*)
 `-CQRS(*)

DDD patterns involved in this project:

DDD Patterns
 |`-Modeling
 | |`-Entity
 | |`-ValueObject
 | |`-Aggregate
 | |`-Repository (= PoEAA: Repository)
 | `-Factory
 `-LayerArchitecture
 |`-UserInterfaces
 |`-Application (= PoEAA: Service Layer)
 |`-Domain (= PoeAA: DomainModel)
 `-Infrastructure

2003年11月25日 https://martinfowler.com/bliki/AnemicDomainModel.html 2005年12月15日 https://www.iteye.com/topic/17579

About

Samples to Implement Domain-Driven Design with Patterns of Enterprise Application Architecture

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /