"...and the Truth will set you free."
However, one of the requirements of the project is that all of these headers, subheaders,
section names, etc. need to be editable by an admin. So my question is, where do I place the
fields for these headers, subheaders, section names, etc? Do I have a separate VO for these things?
Do I add fields into each of my other objects (userVO, planVO, etc.) to hold them?
"...and the Truth will set you free."
The "real" data objects from the business object model should not have any GUI related stuff in their Class definitions.
"...and the Truth will set you free."
The GUI related stuff that is in the class definitions for certain objects is actually coming from the database (since the requirement is to have editable display). So doesn't this requirement actually MAKE the GUI related stuff part of the business model in this case?
"...and the Truth will set you free."
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime. |