Re: Where Does File System Singleton Go?



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

.