I have a data integration layer between my domain service and my persistence. But this is an added tier between my service and display. ie. View calls PresentationDataManager for view data. PresentationDataManager calls service. Service calls BO and DAO. Service returns DTO to PresentationDataManager. PresentationDataManager does any helpful data massaging before returning it to the view.
----- Original Message ----- From: "Vui. K. lo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 15, 2003 12:37 AM Subject: Re: [CFCDev] Data Manager for Presentation tier > The DataManager should be behind the Domain Service > Layer, i.e., Services get data from DataManager as > transfer object and pass to Views which render data > with the tranfer object. Consult the DAO design > pattern as layout by Mr. Corfield in the Mach-II > Developer Guide. > > --- Gabriel Roffman <[EMAIL PROTECTED]> wrote: > > So I've been trying to architect one of these n-tier > > designs. Right now, > > I'm making it so there is a Datamanager that acts as > > a massaging layer > > between a domain services layer and the views. So > > at the top of a view, I'm > > making a call to this Datamanager to get data for > > that page or block. Does > > anyone see problems with this model? > > > > Gabe Roffman > > > > www.etesters.com > > > > > > > ---------------------------------------------------------- > > You are subscribed to cfcdev. To unsubscribe, send > > an email > > to [EMAIL PROTECTED] with the words 'unsubscribe > > cfcdev' > > in the message of the email. > > > > CFCDev is run by CFCZone (www.cfczone.org) and > > supported > > by Mindtool, Corporation (www.mindtool.com). > > > > An archive of the CFCDev list is available at > www.mail-archive.com/[EMAIL PROTECTED] > > > __________________________________ > Do you Yahoo!? > New Yahoo! Photos - easier uploading and sharing. > http://photos.yahoo.com/ > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' > in the message of the email. > > CFCDev is run by CFCZone (www.cfczone.org) and supported > by Mindtool, Corporation (www.mindtool.com). > > An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] > > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
