Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
AspectJ in action : practical aspect-oriented programming
Laddad R., Manning Publications Co., Greenwich, CT, 2003. 512 pp. Type: Book (9781930110939)
Date Reviewed: Jul 21 2004

Aspect-oriented programming (AOP) is an emerging paradigm, gaining more and more importance due to the benefits it introduces to conventional programming methodologies. AOP deals with crosscutting concerns, and the concepts it relies on can be added to the Java language.

Part 1, “Understanding AOP and AspectJ” (chapters 1 through 4), introduces AOP, and explains how it can enhance object-oriented programming by adding the ability to implement crosscutting concerns. It also presents the anatomy of an AOP language (chapter 1). Chapters 2, 3, and 4 introduce the new concepts the AspectJ language adds to Java, and introduce the basic AspectJ syntax that enables a developer to start using the language, and writing simple programs.

Part 2, “Basic Applications of AspectJ” (chapters 5 through 7), presents practical examples illustrating the concepts studied in previous chapters. The first example is logging. Chapter 5 describes conventional ways of logging, using Java application programming interfaces (APIs) and demonstrates the limitations of such approaches. It then presents a solution to these limitations, using an AspectJ-based logging. The second example (chapter 6) is policy enforcement, which is a mechanism ensuring that system components follow certain programming practices, comply with specified rules, and meet assumptions. Chapter 7 presents another practical application dealing with pooling and caching.

Part 3, “Advanced Applications of AspectJ” (chapters 8 through 13), presents some patterns and idioms related to AspectJ (chapter 8). Chapters 9 through 12 present some advanced applications, such as thread safety, authentication, authorization, and transaction management, that are improved using AspectJ. Chapter 13 concludes the book, and encourages developers to employ AspectJ in different phases of the development cycle.

I highly recommend this book to everyone wishing to understand aspect-oriented programming, and to start with the AspectJ language. The book is well organized and self-contained. The illustrative applications, both basic and advanced, convince developers of the power of the AOP paradigm, and encourage them to employ AspectJ in all development phases.

This book is to aspect-oriented programming what the gang of four book [1] is to design patterns.

Reviewer:  Ghita Kouadri Review #: CR129913 (0502-0177)
1) Gamma, E.; Helm, R.; Johnson, R.; Vlissides, J. . Addison-Wesley, Boston, MA, 1995.
Bookmark and Share
  Featured Reviewer  
 
Very High-Level Languages (D.3.2 ... )
 
 
Java (D.3.2 ... )
 
Would you recommend this review?
yes
no
Other reviews under "Very High-Level Languages": Date
Design of very high-level computer languages
Klerer M., McGraw-Hill, Inc., New York, NY, 1991. Type: Book (9780070350984)
Mar 1 1992
Icon semantics--a formal approach to icon system design
Chang S. International Journal of Pattern Recognition and Artificial Intelligence 1(1): 103-120, 1987. Type: Article
Jun 1 1989
High-level languages and software applications: a reference
Birnes W. (ed), McGraw-Hill, Inc., New York, NY, 1989. Type: Book (9789780070053946)
Mar 1 1990
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy