Results 1 to 3 of 3

Thread: Article on best practices for exception handling

  1. #1
    Join Date
    Feb 2007
    Posts
    12

    Default Article on best practices for exception handling

    Hi,
    Not sure it is the right place, but I think many users will find it useful in respect to architecture.

    I red an excellent article online about separation of low level faults and business logic exceptions, but I cannot find it anymore.

    It explained the logic behind spring exception handling of JDBC, and how a web application should use it pragmatically.

    I would love to find that link again, because I have to repeat this story at least twice a week. Much easier to forward a link

    If anyone knows the article, please post the link here. Any other articles that explain exceptions best practices and its implementation in spring will be welcome as well.

    Thanks!

  2. #2
    Join Date
    Sep 2006
    Location
    Finland
    Posts
    1

    Default

    Could it be this one?

    "Effective Java Exceptions"
    http://dev2dev.bea.com/pub/a/2006/11...xceptions.html

  3. #3
    Join Date
    Feb 2007
    Posts
    12

    Default

    That's the one.

    Thanks a lot, you just saved me a few of hours today (and then a couple next week, and after that, infinite loop ).

    E

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •