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]

Reply via email to