[TYPO3-50-general] FLOW3 and DDD

Robert Lemke robert at typo3.org
Mon Jan 19 10:10:43 CET 2009


Hi again,

Am 16.01.2009 um 18:33 schrieb Karsten Dambekalns:

>> Or are the examples, i.e. the blog example, build on the assumption  
>> that
>> they are aggregate (roots)?
>
> Yes, a Blog is considered to be an aggregate root in the example.  
> Simply
> put: if for object of type "Thing" a repository "ThingRepository"
> exists, it's an aggregate.
>
> Further support is missing right now, i.e. you will get in trouble  
> with
> inter-aggregate references when persisting. This is on my todo list.

What already exists though is some analysis which entities and value  
objects
belong to which aggregate. Therefore if you create an entity or value  
object,
it will only be persisted if it is connected to an aggregate (an thus  
a repository).

Cheers,
robert


More information about the TYPO3-project-5_0-general mailing list