- Spring 2.5 Aspect Oriented Programming
- Massimiliano Dessi
- 298字
- 2021-05-21 20:23:11
Chapter 1. Understanding AOP Concepts
This chapter presents an overview of Aspect-Oriented Programming concepts, and explains their capabilities and features. Here is a brief outline of the topics covered in this chapter:
- Limits of Object-Oriented Programming
- The AOP solutions
- Spring AOP components
- Spring AOP 2.5
In this chapter we will see what the designing and realization process of an application or software system consists of.
We have to stop and think about the problems that we will see, beginning from the designing phase: how to structure the application, what are the problems in the implementation phase if we use only object-oriented programming, and in which forms they show themselves. We will also see how aspect-oriented programming can support object-oriented programming to solve problems in the implementation phase. We will finally see what Spring provides to allow us to use aspect-oriented programming with Inversion of Control (IoC).
If we use a method such as the Extreme Programming, we iteratively focus hard on the functionalities and improve them following the clients' feedback.
Therefore, who does what is described so that the functionalities that the system provides to the user are clear.
After having found these entities, we model them as classes that contain data and have behavior.
To do this, we use some features of the object-oriented languages, such as inheritance, polymorphism, encapsulation, and interfaces, to create a model that helps us solve the domain problem in the simplest way possible.
Drawing, structuring, and building software systems in this way is now considered a common practice. Nevertheless, there are some inefficiencies that emerge at the moment of realizing the project. In fact, however accurately the design may have been made with highly cohesive classes and low coupling, there are still some situations where we have to make compromises.
- 中文版SketchUp 2022完全實戰技術手冊
- UG NX10.0從新手到高手
- Getting Started with Microsoft Application Virtualization 4.6
- 數字孿生體:第四次工業革命的通用目的技術
- SPSS進階分析與實務
- 平面設計綜合教程:Photoshop+Illustrator+CorelDRAW +InDesign(微課版)
- After Effects CC 2019 影視后期特效合成案例教程
- Illustrator CC 2018中文版入門與提高
- Oracle Siebel CRM 8 User Management: LITE
- Ogre 3D 1.7 Beginner's Guide
- 新媒體美工一冊通(全彩)
- Photoshop CS6完美創意設計:不一樣的圖像藝術處理
- ANSYS Workbench中文版超級學習手冊
- Excel 2013公式·函數與數據分析
- Revit技巧精選應用教程