  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | J2EE Exception Handling Framework | J2EE Exception Handling Framework 2006-08-30 - By shrisubs@(protected)
Back You can take a look on my article at http://www.onjava.com/pub/a/onjava/2006/01 /11/exception-handling-framework-for-j2ee.html .
Thanks, -ShriKant
Karen Low <karen.low@(protected)> wrote: 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)
-- ---- ---- ---- ---- ---- ----- Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1?/min.
==================================================================== 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) You can take a look on my article at http://www.onjava.com/pub/a/onjava/2006/01 /11/exception-handling-framework-for-j2ee.html .<br><br>Thanks,<br>-ShriKant<br> <br><b><i>Karen Low <karen.low@(protected)></i></b> wrote:<blockquote class= "replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> 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) </blockquote><br><p>  <hr size=1>Talk is cheap. Use Yahoo! Messenger to make PC-to -Phone calls. <a href="http://us.rd.yahoo.com/mail_us/taglines/postman7/*http:/ /us.rd.yahoo.com/evt=39666/*http://messenger.yahoo.com"> Great rates starting at 1?/min. ==================================================================== 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)
|
|
 |