前言
This part of the reference documentation covers all the technologies that are absolutely integral to the Spring Framework. core
这一部分的参考文档, 完全涵盖了Spring框架必不可少的技术.
Foremost amongst these is the Spring Framework’s Inversion of Control (IoC) container.
在这些技术中最重要的是Spring框架的控制反转(IoC)容器
A thorough treatment of the Spring Framework’s IoC container is closely followed by comprehensive coverage of Spring’s Aspect-Oriented Programming (AOP) technologies.
在对IoC容器进行彻底地介绍之后, 紧接着介绍地是对Spring地面向切面编程(AOP)技术进行全面地介绍
The Spring Framework has its own AOP framework, which is conceptually easy to understand and which successfully addresses the 80% sweet spot of AOP requirements in Java enterprise programming.
Spring框架拥有自己的AOP框架, 该框架容易理解而且成功地解决了java企业开发中80%的需要使用AOP的问题
Coverage of Spring’s integration with AspectJ (currently the richest — in terms of features — and certainly most mature AOP implementation in the Java enterprise space) is also provided.
还涵盖了Spring关于AspectJ的整合