liip / LiipDataAggregatorBundle

[DEPRECATED] The data aggregator cumulates information provided by a loader and routes them to a persistence layer
3 stars 1 forks source link

Introduce transformers to separate Loaders/Persisters and the transferformat #6

Open lapistano opened 9 years ago

lapistano commented 9 years ago

It turned out that the whole setup get much more flexible and the loaders and persisters much more reusable, when separated from the service actually transforming received data into the agreed on format to be used to communicate between loader and persistor.

lapistano commented 9 years ago

It was kind of agreed on that it is a good idea to use immutable ValueObjects as the container to transfer information back and forth. Using doctrine entities will make a persister even simpler.