Advertisement

AspectJ in Action
by Ramnivas Laddad
512 Pages · 2003 · 6.8 MB · 1,940 Downloads · New!
A software system is the realization of a set of concerns. One of the central premises of object-oriented programming is that each concern should be implemented as a separate module. However, there are certain system-wide concerns, such as logging, security, performance, and so forth, that often need to be addressed in many, if not all of the modules. Consequently, the code to handle these system-wide concerns may be mixed in with the core logic of a huge number of modules, resulting in lower productivity, poor quality, and systems that are hard to evolve.

Advertisement

Advertisement

Advertisement