C H A P T E R 7
More Spring AOP and Annotations
In this chapter, we go into more detail about the AOP features available in Spring. In particular, we look at the topic in a much more real-world light: we explore the framework services in Spring that allow for transparent application of AOP, we cover real-world usage of AOP in the context of the sample application, and we also discuss overcoming the limitations of Spring AOP using Spring/AspectJ integration. More specifically, this chapter covers the following:
- Advanced use of pointcuts: This chapter finishes discussing pointcutting by looking at both
ComposablePointcut
andControlFlowPointcut
. This section also summarizes the whole pointcut discussion and looks at the appropriate techniques ...
Get Pro Spring 3 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.