I prefer NDC.  It appears simpler, and I don't understand the benefits of 
MDC for my applications.

Current code for a servlet that logs info by user:

NDC.push(currentUser.getCompanyId());
// do stuff
NDC.pop();
NDC.remove();

I don't see the benefits of having a key string in the above code.  It 
would appear to add unnecessary complexity.

At 8/29/2002, you wrote:
>Hi,
>
>Is there anyone who prefers to use NDC instead of MDC? If so why?
>
>--
>Ceki

++++
Bill Sorensen, Programmer/Analyst, E-ASI Billing div. of ASItransact
[EMAIL PROTECTED]
http://www.asitransact.com/EASI_Billing.html



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

Reply via email to