Howdy,

>But I read somewhere that one should always distance himself from
system-
>level exception handling when it comes to web applications.

Please save yourself time by ignoring references that say "one should
always..." or "one should never..." -- there are real-world exceptions
to nearly every guideline.

I would add another alternative to the three approaches suggested by
someone else: design and implement your application to minimize the
number of exceptions that even reach the presentation layer and handle
those gracefully.  That usually means not displaying an error page to
the user, only a brief error message inside the normal application page.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to