y to format and catch
bad programming practices and integrate it as part of the build process.
Regards,
Richard
-Original Message-
From: Dan Allen [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 02, 2004 10:46 AM
To: Struts Users Mailing List
Subject: never, ever bury an exception!
I
Koon Yue Lam wrote:
Hi !!
I agree with all of you but still have a question. If my application
is divided into a few layers, say:
Web <---> BizDelegate --- <---> EJB
|__<--> DAO / server side program
My practice is catch all SQLException in DAO(s), but never thro
Hi !!
I agree with all of you but still have a question. If my application
is divided into a few layers, say:
Web <---> BizDelegate --- <---> EJB
|__<--> DAO / server side program
My practice is catch all SQLException in DAO(s), but never throws
excepion from m
n Allen [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 02, 2004 10:46 AM
To: Struts Users Mailing List
Subject: never, ever bury an exception!
I know that this might be obvious, but I am telling you all just so that you
can learn from my pain. Because of time pressure, I accidently
recall but it's bound to have happened sometime the
years I've been doing this.
Jim Barrows wrote:
-Original Message-
From: Dan Allen [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 02, 2004 10:46 AM
To: Struts Users Mailing List
Subject: never, ever bury an exception!
I kno
> -Original Message-
> From: Dan Allen [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 02, 2004 10:46 AM
> To: Struts Users Mailing List
> Subject: never, ever bury an exception!
>
>
> I know that this might be obvious, but I am telling you all just so
&
I know that this might be obvious, but I am telling you all just so
that you can learn from my pain. Because of time pressure, I
accidently left an caught exception in the following state:
catch (Exception e)
{
// TODO: do something with me
}
For the last couple of days the application server
7 matches
Mail list logo