Hi,
i'm now starting to deal with exception in my
application.
So far, i haven't used Struts exception handling
alternatives, so, i'm very new at that.
After some reading i have a few questions (please mark
True of False on my sentences , naturally comments are
welcome!).
* It seems to me that Struts has a very nice way
to deal with Exceptions, and i actually should use
that.
* Is it nice to have locals exceptions handlers
for my Action, or i should just have a few (or one)
global Exception Handler?
* When do i need to override ExceptionHandler? I
couldn't figure it out a situation where it's needed
(maybe if i want to do some special logs for every
exceptions??? ).
* Here's an advice from jakarta: " A common use of
ExceptionHandlers is to configure one for
java.lang.Exception so it's called for any exception
and log the exception to some data store.".
Is it really a nice strategy???
Well, i think this is it! I'd appreciate some comments.
=====
_________________________________
Leandro Terra C. Melo
Eng. de Controle e Automa��o - UFMG
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]