January 13, 2007
Effective Java Exceptions
This article advocates a way of thinking about the nature of exceptional conditions and describes design patterns that will help your design. Finally, it discusses exception handling as a crosscutting concern in the Aspect Oriented Programming model
(tags: java exceptions programming design article exception Architecture J2EE AOP)
Read the full article →
May 19, 2006
Declarative Caching Services for Spring by Alex Ruiz — Caching is an essential practice that improves the performance of enterprise applications. In this article, Alex Ruiz demonstrates a declarative caching framework for Spring 2.0, which supports pluggable cache implementations.
spring, spring2.0, caching, aspectj, AOP, SpringAOP, XStream
Read the full article →