翻譯-Core Technologies

  • Version 5.1.7.RELEASE

This part of the reference documentation covers all the technologies that are absolutely integral to the Spring Framework. 本章覆蓋了spring框架中絕對不可或缺的內容的全部技術。html

Foremost amongst these is the Spring Framework’s Inversion of Control (IoC) container. 這些技術中最重要就是spring框架的控制反轉 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一樣重要的就是緊接着的全面介紹的面向切面編程技術。 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框架,這個aop框架從概念上來講很容易理解,而且能成功解決java企業應用開發中80%的AOP需求點。java

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. 同時整合了AspectJ(在java企業開發中的AOP實現方面是當前最全面的最成熟的)spring

1. The IoC Container

翻譯自:https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/core.html#beans This chapter covers Spring’s Inversion of Control (IoC) container. 本章節主要涉及spring的ioc容器編程

1.1. Introduction to the Spring IoC Container and Beans

關於spring ioc容器和bean的介紹述框架

1.2. Container Overview

容器概述ide

1.3. Bean Overview

[bean概述](https://www.cnblogs.com/po-shi/p/10979107.html)ui

1.4. Dependencies

1.5. Bean Scopes

1.6. Customizing the Nature of a Bean

1.7. Bean Definition Inheritance

1.8. Container Extension Points

1.9. Annotation-based Container Configuration

1.10. Classpath Scanning and Managed Components

1.11. Using JSR 330 Standard Annotations

1.12. Java-based Container Configuration

1.13. Environment Abstraction

1.14. Registering a LoadTimeWeaver

1.15. Additional Capabilities of the ApplicationContext

1.16. The BeanFactory

2. Resources

This chapter covers how Spring handles resources and how you can work with resources in Spring. It includes the following topics:spa

相關文章
相關標籤/搜索