Enterprise Object Design

G

Greg

I am hoping someone can shed some light on a current topic of discussion with
all of our development managers.

All of our applications utilize 6 common objects; however we do not have
Common objects built.
For example all our applications have a Person object ( name, address(s),
phone(s), and a collection of attributes specific to the application ). These
“objects†may be a data table, dataset, or class file. Also, each application
has it own database.


My question is what would be the best way to architect this so that I am not
creating a copy of a base library project and changing out the DAL for each
application that is built.
 
C

Cor Ligthert[MVP]

Greg,

You give in my idea explicitly yourself the answer, however you have to do
with more subjective objects because you are writting of a pluriform as it
is about development managers. Those all have their own interest. The best
does often (and especially in the case of persons) not match the personal
interest of those.

The first things you need is in my idea a manager that is above the
development managers and responsible for the best implementation of objects
(entitities) that need to be shared.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top