- Spring 5 Design Patterns
- Dinesh Rajput
- 143字
- 2021-07-08 09:59:29
Spring's AOP module
Spring AOP is a Java-based AOP Framework with AspectJ integration. It uses dynamic proxies for aspect weaving and focuses on using AOP to solve enterprise problems. This module is based on Proxy and Decorator Design patterns. This module enables the modularization of cross-cutting concerns to avoid tangling and eliminate scattering. Like DI, it supports loose coupling between the core business service and cross-cutting concerns. You can implement your custom aspects and configure them declaratively in your application without impacting on the code of business objects. It provides much flexibility in the code; you could remove or change the aspect logic without touching the code of the business objects. This is a very important module of the spring framework, so I will discuss it in detail in Chapter 6, Spring Aspect Oriented Programming with Proxy and Decorator Pattern of this book.
- UNIX編程藝術
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Visual FoxPro 程序設計
- 算法訓練營:入門篇(全彩版)
- 樂學Web編程:網站制作不神秘
- Microsoft System Center Orchestrator 2012 R2 Essentials
- 0 bug:C/C++商用工程之道
- Visual Studio 2015高級編程(第6版)
- Java程序設計案例教程
- 細說Python編程:從入門到科學計算
- 新印象:解構UI界面設計
- Elasticsearch搜索引擎構建入門與實戰
- ANSYS FLUENT 16.0超級學習手冊
- Learning Alfresco Web Scripts
- Clojure Data Structures and Algorithms Cookbook