【精品文档】552关于计算机专业Spring AOP面向方面编程概述简介的毕业设计论文英文英语外文文献翻译成品资料:介绍Spring AOP(中英文双语对照)
-
资源ID:1470498
资源大小:888KB
全文页数:26页
- 资源格式: DOCX
下载积分:299金币
快捷下载

账号登录下载
三方登录下载:
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
|
【精品文档】552关于计算机专业Spring AOP面向方面编程概述简介的毕业设计论文英文英语外文文献翻译成品资料:介绍Spring AOP(中英文双语对照)
1、本文是中英对照毕业设计论文外文文献翻译 下载后无需调整复杂的格式直接可 用 一辈子也就一次的事 文献引用作者出处信息 Iuliana Cosmina Rob Harrop Chris Schaefer Clarence Ho Pro Spring 5 An In Depth Guide to the Spring Framework and Its Tools 2020 如觉得年份太老 可改为近 2 年 毕竟很多 毕业生都这样做 英文 5352 单词 32576 字符 字符就是印刷符 中文 8756 汉字 如果字数多 了 可自行删减 大多数学校都是要求选取外文的一部分内容进行翻译的 Intro
2、ducing Spring AOP Besides dependency injection DI another core feature that the Spring Framework offers is support for aspect oriented programming AOP AOP is often referred to as a tool for implementing crosscutting concerns The term crosscutting concerns refers to logic in an application that canno
3、t be decomposed from the rest of the application and may result in code duplication and tight coupling By using AOP for modularizing individual pieces of logic known as concerns you can apply them to many parts of an application without duplicating the code or creating hard dependencies Logging and
4、security are typical examples of crosscutting concerns that are present in many applications Consider an application that logs the start and end of every method for debugging purposes You will probably refactor the logging code into a special class but you still have to call methods on that class twice per method in your application in order to perform the logging Using AOP you can simply specify that you want the methods on your logging class to be invoked before and after each method call in y