Archive for the 'java' category

Categoriesanalysis (3) | papers (12) | design (8) | java (3) | lean (2) | news (1) | uncategorized (3) | uml (5)

Exceptions best practices

In this article I discuss some of the exceptions best practices. I’m focusing on exception handling only, on how to avoid a situation where a system fails without clues of what happened or where the code is tangled with ugly exceptions handling without any reason.

I won’t talk about the finally clause, which is covered extensively out there.

Causes of


Read more

No comments

Domain Model: From design to persistant implementation

Sorry, this entry is only available in Català.

2 comments

Persistant conceptual models implementation with Java and JPA

Sorry, this entry is only available in Català.

2 comments