Rank: Newbie Groups: Member
Joined: 9/3/2008 Posts: 1 Points: 3 Location: Kolkata 2
|
It was found that the ADF value objects like AccountNumber, GuideCode etc (which are application specific) are placed in the ADF folder (ADF::Business::ValueObject) instead of the application folder. Is it not that these application specific value objects need to be in the application level and not within the Framework?
|
 Rank: Advanced Member Groups: Member
Joined: 6/13/2008 Posts: 31 Points: 93 Location: Maarssen
|
You are correct. They should not be part of the framework. They belong in YourProject.Business.Objects, unless they are very general use objects like URL or Email. If you encounter such a general use value object, please submit it to the ADF framework. We all can benefit.
|