On Sat, 12 Jan 2002 11:50, Paulo Gaspar wrote: > > > I sent you the FACTORY code. The component has NO configuration > > > points and in this case is not even dependent on the framework. > > > > Actually it has many configuration points and is not dependent on > > framework > > ;) Rather than expose one public method to configure service you expose N > > different setters and each of these setters is another hinge point. > > No. For configuration I only expose setters in an object that is used > ONLY to collect the configuration values. Usually this object is from > an inner class - inner to the factory class. > > That inner object is NOT the component. It is part of the factory.
Time for a code snippet I think ;) How does the configuration values get from your "adaptor" object to your real component? -- Cheers, Pete -------------------------------------------- Sorry, I forgot to take my medication today. -------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>