Re: [flexcoders] ValueObject Factories?

2007-12-06 Thread shaun
Hi Christophe, Christophe Herreman wrote: Hi all, I was wondering how you guys deal with model objects and their corresponding value objects. We have a pretty big domain model with complex nested classes and we need to create value objects from them before sending them to the server. Right

[flexcoders] ValueObject Factories?

2007-12-05 Thread Christophe Herreman
Hi all, I was wondering how you guys deal with model objects and their corresponding value objects. We have a pretty big domain model with complex nested classes and we need to create value objects from them before sending them to the server. Right now we create a factory for each model, that can