文件名称:AOP 切面编程的两种方式xml 和注解
文件大小:5.03MB
文件格式:ZIP
更新时间:2022-04-30 03:51:04
aop ssm spring
Spring中的AOP代理还是离不开Spring的IOC容器,代理的生成,管理及其依赖关系都是由IOC容器负责,Spring默认使用JDK动态代理,在需要代理类而不是代理接口的时候,Spring会自动切换为使用CGLIB代理,不过现在的项目都是面向接口编程,所以JDK动态代理相对来说用的还是多一些。
【文件预览】:
Spring_02
----.project(1KB)
----WebContent()
--------WEB-INF()
--------META-INF()
----src()
--------cn()
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.common.project.facet.core.xml(305B)
--------org.eclipse.jdt.core.prefs(364B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.core.resources.prefs(57B)
--------org.eclipse.wst.common.component(556B)
--------.jsdtscope(567B)
----config()
--------applicationContext.xml(1KB)
----build()
--------classes()
----.classpath(1KB)