- 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.
- DevOps:軟件架構(gòu)師行動指南
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- 小程序?qū)崙?zhàn)視頻課:微信小程序開發(fā)全案精講
- Mastering SVG
- 架構(gòu)不再難(全5冊)
- NLTK基礎(chǔ)教程:用NLTK和Python庫構(gòu)建機器學習應用
- x86匯編語言:從實模式到保護模式(第2版)
- 前端架構(gòu):從入門到微前端
- Building Machine Learning Systems with Python(Second Edition)
- Regression Analysis with Python
- Nagios Core Administration Cookbook(Second Edition)
- R的極客理想:量化投資篇
- Python高性能編程(第2版)
- 3D Printing Designs:Design an SD Card Holder
- 歐姆龍PLC編程指令與梯形圖快速入門