producer-consumer - separation of concern
From: pramod (spramod_in_at_yahoo.com)
Date: 11/07/03
- Next message: Paul Campbell: "Re: Using Data Transfer Object to Handle Long Business Transactions on a Domain Model (PofEAA)"
- Previous message: Topmind: "Re: Type-centric OO (was: OO's best feature survey results)"
- Next in thread: Robert Klemme: "Re: producer-consumer - separation of concern"
- Reply: Robert Klemme: "Re: producer-consumer - separation of concern"
- Reply: EventHelix.com: "Re: producer-consumer - separation of concern"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 7 Nov 2003 00:01:31 -0800
The application parses input and forms database. This database is
futher processed to generate output in different form. Appears like
MVC
The application is divided into modules which are responsible for
specific porocessing.
In this case modules are small enough, represented in a single class.
My concern is how to arrive at a class hierarchy which will separate
generation - storage - parsing part without much reling on friends.
regards,
Pramod
- Next message: Paul Campbell: "Re: Using Data Transfer Object to Handle Long Business Transactions on a Domain Model (PofEAA)"
- Previous message: Topmind: "Re: Type-centric OO (was: OO's best feature survey results)"
- Next in thread: Robert Klemme: "Re: producer-consumer - separation of concern"
- Reply: Robert Klemme: "Re: producer-consumer - separation of concern"
- Reply: EventHelix.com: "Re: producer-consumer - separation of concern"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|