Re: Where Does File System Singleton Go?
- From: iamfractal@xxxxxxxxxxx
- Date: 24 Sep 2005 08:25:37 -0700
Hi,
Turning the question around may help: where should the file system
acess *not* go?
Is the file system part of the presentation implementation? No; it may
be visible in the presentation, but it's not inherently part of it. So,
it doesn't go in the presentation tier.
Is it part of the business logic? No, unless you're selling file
filesystems. So not there, either.
Looks like there's only one alternative left (especially if both data
base and file system can be hidden behind a common interface, as you
suggest).
..ed
--
www.EdmundKirwan.com - Home of The Fractal Class Composition
.
- References:
- Where Does File System Singleton Go?
- From: Cody Powell
- Where Does File System Singleton Go?
- Prev by Date: Re: A question about weak contract
- Next by Date: Re: weak contract
- Previous by thread: Where Does File System Singleton Go?
- Next by thread: UML Modeling Tool like Enterprise Architect
- Index(es):