--- Sean A Corfield <[EMAIL PROTECTED]> wrote: > > I'd say that in a well-designed OO-style system, your components > will > either be stateless (service-like) and can be cached in > application / > server scope or they will be small, lightweight and fairly fast to > create. >
I find that interesting, you seem to be implying that 'stateful' objects are a bad thing. Could you explain or point me at some articles ? Are they bad from an abstract design point of view, or is it in implementation (e.g. instantiation overhead) where it becomes a bad thing ? Andy. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
