J2EE Exception Handling Framework 2006-08-30 - By Karen Low
Back Hi,
Has anyone come across any exception handling framework specific for J2EE apps before? I try to search around for any general ones but to no avail. I've heard of Patch Framework, any others? 2 of my apps design has the following layer:
1) JSP, Struts (front-end) -> EJB (Session Facade) -> EJB (Entity) -> DB 2) JSP, Struts (front-end) -> Business Delegates (POJO) -> EJB (Session Facade) -> POJO (DAO) -> DB
What is the best approach to do the exception handling with internalization message included?
Any suggestion? Please advice.
Thank you.
Regards, Karen
==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
Hi,<br><br>Has anyone come across any exception handling framework specific for J2EE apps before? I try to search around for any general ones but to no avail. I've heard of Patch Framework, any others? 2 of my apps design has the following layer: <br><br>1) JSP, Struts (front-end) -> EJB (Session Facade) -> EJB (Entity ) -> DB<br>2) JSP, Struts (front-end) -> Business Delegates (POJO) -> EJB (Session Facade) -> POJO (DAO) -> DB<br><br>What is the best approach to do the exception handling with internalization message included? <br><br>Any suggestion? Please advice.<br><br>Thank you.<br><br>Regards,<br >Karen<br> ==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|