At 05:07 PM 11/5/2003, you wrote:
>In addition to what others have said, why don't you ask >your highly
>knowledgeable friend for proof of what he's claiming?

Anyway his answer to this question is,------ using base servlet does not
create a separate object instance as it is done when using a singleton
class.That way u use one object less from JVM point of view.However this
answer did not solve my quest.

Really? That's the reason? Ignore it.


Choosing to implement something in a base class or in a singleton is a decision based on your app's architecture -- choose whichever is more clear and/or more maintainable for you. There may be performance issues involved, but that would have to be discussed with specific examples ... in any case, this is not one of them.

justin


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to