Hi All, I would be thankful if someone can give me some guideline about what code is not a good candidate to be implemented as a component. For example if this is right any sort of code carrying out some specific task in a specific way having no possibility of different implemenatations in future. And how good is the use of Marker interfaces i.e. interfaces without any methods. Perhaps these are also good candidates for not to be a component unless they indicate some special agreed property which can be common for various implementations like ThreadSafe or something like SingleObject.
Can someone please clarify this a bit further. Thanks Muhammad Ali --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
