Hi, The question I ask is why they are both currently in separate BCs? I suspect that registrations might go over an approval process too. Dan's approach is
Hi Dan, Thanks for your great advice. You are right! I'm in the process of writing our own custom ORM. I know it is a pain and you may think why I am doing
... ok ... That's the way I see it. In contrast, Udi, I think, treats the UI as an integration point for several domains (cf mashups). That's an architecture
Thanks, Dan. The aggregate root in this case would actually be "Declaration", not "Car" since one can declare other goods as well and even club them with cars
within ... Yes. But you've described then as application services, sitting in front of the domain model. I would have them modelled as domain services,
... Sounds like you've just made your first steps along the path of writing your own ORM! I don't recall whether you have reasons for not using an ORM
After doing some research, I decided to use Reflection. I developed a clean solution to use Reflection and thought to share it here in case someone else has
I have a question about building a UI (in this case a web site) that deals with multiple services. A customer can declare that he is importing a car. He
The safe merging sections is what is used throughout the industry. As far as I know all the big players do it, including EMF, MetaEdit+, and me ;) Vaughn
C# is not my territory so probably I won't be of much help there. Abstract classes and interface delegation approach work well if you are generating for a
Greg, Any word on these courses being available as videos in the future? I would love to see it but have not been able to make it work with my schedule, an
Brian, Can you elaborate more on this? I'm not sure how you're going to solve this problem with UoW and a domain service. Cheers, Mosh
Hi Rafael, I will probably support FC at some point. Well, you have the full MDD mindset. We different in opinion about generated code because I believe that
There are problems with generating abstract base classes (for example) with concrete subclasses that are modifiable. For one, all the extra classes cause a
Honestly, I'd use a UoW, a domain service and perhaps even add the concept of a MissionAssignment. Regards, Brian.
Hi, ... Has I wrote you can use the Session object server side for that. We developed a UI framework following more or less the MVC patterns. Within this we
Actually its not that complicated. Simple methods like manual code inheriting from the generated code or generated code delegating to hand written code
Hi Vaughn, ... If I could choose, I'd much prefer the FC approach. Maybe it is just purism, but IMO, artifacts must be either handcrafted or generated.
Hi Nuno, Thank you for your detailed reply. I think I should have explained the original problem, instead of using Category/Product as a metaphor here, as it
Probably the confusion arises from the use of the word 'access'. I don't think Eric was talking about read access here, as that has got more to do with