Spring Framework目录
This part of the reference documentation covers all the technologies that are absolutely integral to the Spring Framework.
参考文档的这一部分涵盖了Spring框架绝对不可或缺的所有技术。
Foremost amongst these is the Spring Framework’s Inversion of Control (IoC) container. A thorough treatment of the Spring Framework’s IoC container is closely followed by comprehensive coverage of Spring’s Aspect-Oriented Programming (AOP) technologies. 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框架的控制反转(IoC)容器。在对Spring框架的IoC容器进行彻底处理之后,紧接着全面介绍Spring的面向切面编程(AOP)技术。Spring框架有自己的AOP框架,它在概念上很容易理解,并且成功地解决了Java企业编程中AOP需求的80%的痛点。
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的集成(就特性而言,目前AspectJ是最丰富的,当然也是Java企业领域中最成熟的AOP实现)。