Hey all.
I have a question about exceptions handling in
J2EE applications.
I have entity beans and a session bean acts as a session facade.
take a look to the following method :
I have created a JavaBean in order to implement business delegate
pattern.
I used this bean in my web tier.
my
servlet is calling the previous method (inside try/catch statement), if exception
is thrown, the servlet forwards the request to find.jsp page, this
JSP page prints a message tells the user about the wrong problem.
what do you think about my exception handling mechanisim ?
can it be used in real applications ?
[ October 02, 2004: Message edited by: John Todd ]