The book I ordered was in "like new" condition, the price was cheap but the quality exceeded my expectation.
AspectJ in Action: Practical Aspect-Oriented Programming
โ Scribed by Ramnivas Laddad
- Publisher
- Manning
- Year
- 2003
- Tongue
- English
- Leaves
- 513
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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. Aspect-oriented programming overcomes these problems by modularizing the system-wide concerns.
๐ SIMILAR VOLUMES
<DIV>A guide to aspect-oriented programming and the AspectJ language, this book provides code examples that enable quick implementation of functionality in a system. Thorough introductions to AOP and AspectJ will help developers learn or advance their knowledge of AspectJ. Examples of everyday situa
Paperback: 288 pages Publisher: Sams; 1st edition (July 17, 2002) ISBN: 0672324105 Product Dimensions: 9.1 x 7.4 x 0.7 inches In a November 2001 Java Pro magazine article, noted Java pundit Daniel Savarese states, ''''The days of Object-Orient''
This book provides a good introduction to AspectJ, but I found it less-than-perfect in the way it is organized. The authors begin by going through some examples, showing the different type of things you might do with AspectJ. I kept looking for a well-defined grammar or some good description of the