
SpringFrameWorkCore中文版
以英文版的SpringFrameWork 5.2.7.RELEASE官方指引为蓝本,同步提高学习SpringFrameWork 技术和阅读英文原版资料的学习能力
舟翁
这个作者很懒,什么都没留下…
展开
-
1.16. The BeanFactory
文章目录1.16. The BeanFactory1.16.1. BeanFactory or ApplicationContext?Table 9. Feature Matrix1.16. The BeanFactoryThe BeanFactory API provides the underlying basis for Spring’s IoC functionality. Its specific contracts are mostly used in integration with ot翻译 2020-07-22 17:13:51 · 167 阅读 · 0 评论 -
2. Resources
文章目录2. Resources2.1. Introduction2.2. The Resource Interface2.3. Built-in Resource Implementations2.3.1. UrlResource2.3.2. ClassPathResource2.3.3. FileSystemResource2.3.4. ServletContextResource2.3.5. InputStreamResource2.3.6. ByteArrayResource2.4. The Res翻译 2020-07-22 17:02:07 · 1020 阅读 · 0 评论 -
1.15. Additional Capabilities of the ApplicationContext
上一节 1.14. Registering a LoadTimeWeaver 目录下一节 1.15. Additional Capabilities of the ApplicationContext文章目录1.15. Additional Capabilities of the ApplicationContext1.15.1. Internationalization using MessageSource1.15.2. Standard and Custom EventsTable 7. Bui翻译 2020-07-22 17:00:03 · 302 阅读 · 0 评论 -
1.14. Registering a LoadTimeWeaver
上一节 1.13. Environment Abstraction 目录下一节 1.15. Additional Capabilities of the ApplicationContext1.14. Registering a LoadTimeWeaver1.1.4. 注册一个LoadTimeWeaverThe LoadTimeWeaver is used by Spring to dynamically transform classes as they are loaded into t翻译 2020-07-22 16:59:44 · 156 阅读 · 0 评论 -
1.13. Environment Abstraction
上一节 1.12. Java-based Container Configuration 目录下一节 1.14. Registering a LoadTimeWeaver文章目录1.13. Environment Abstraction1.13.1. Bean Definition ProfilesUsing @ProfileXML Bean Definition ProfilesActivating a ProfileDefault Profile1.13.2. PropertySource Abs翻译 2020-07-13 15:09:59 · 273 阅读 · 0 评论 -
1.12. Java-based Container Configuration
上一节 1.11. Annotation-based Container Configuration 目录下一节 1.13. Java-based Container Configuration文章目录1.12. Java-based Container Configuration1.12.1. Basic Concepts: @Bean and @ConfigurationFull @Configuration vs “lite” @Bean mode?1.12.2. Instantiating t翻译 2020-07-13 13:30:56 · 373 阅读 · 0 评论 -
1.11. Using JSR 330 Standard Annotations
上一节 1.10. Annotation-based Container Configuration 目录下一节 1.12. Java-based Container Configuration文章目录1.11. Using JSR 330 Standard Annotations1.11.1. Dependency Injection with @Inject and @Named1.11.2. @Named and @ManagedBean: Standard Equivalents to the翻译 2020-07-10 16:54:37 · 204 阅读 · 0 评论 -
1.10. Classpath Scanning and Managed Components
上一节 1.9. Annotation-based Container Configuration 目录下一节 1.11. Using JSR 330 Standard Annotations文章目录1.10. Classpath Scanning and Managed Components1.10.1. @Component and Further Stereotype Annotations1.10.2. Using Meta-annotations and Composed Annotatio翻译 2020-07-10 14:32:07 · 361 阅读 · 0 评论 -
1.9. Annotation-based Container Configuration
上一节 1.8. Container Extension Points 目录下一节 1.10. Classpath Scanning and Managed文章目录1.9. Annotation-based Container ConfigurationAre annotations better than XML for configuring Spring?1.9.1. @Required1.9.2. Using @Autowired1.9.3. Fine-tuning Annotation-ba翻译 2020-07-09 17:16:04 · 486 阅读 · 0 评论 -
1.8. Container Extension Points
上一节 1.7. Bean Definition Inheritance 目录下一节 1.9. Annotation-based Container Configuration文章目录1.8. Container Extension Points1.8.1. Customizing Beans by Using a BeanPostProcessorProgrammatically registering BeanPostProcessor instancesBeanPostProcessor ins翻译 2020-07-09 17:15:46 · 266 阅读 · 0 评论 -
1.7. Bean Definition Inheritance
上一节 1.6. Customizing the Nature of a Bean 目录下一节 1.8. Container Extension Points1.7. Bean Definition Inheritance1.7. Bean Definition 继承A bean definition can contain a lot of configuration information, including constructor arguments, property values,翻译 2020-07-09 17:15:29 · 185 阅读 · 0 评论 -
1.6. Customizing the Nature of a Bean
上一节 1.5. Bean Scopes 目录下一节 1.7. Bean Definition Inheritance文章目录1.6. Customizing the Nature of a Bean1.6.1. Lifecycle CallbacksInitialization CallbacksDestruction CallbacksDefault Initialization and Destroy MethodsCombining Lifecycle MechanismsStartup an翻译 2020-07-08 17:29:19 · 310 阅读 · 0 评论 -
1.5. Bean Scopes
上一节 1.4. Dependencies 目录下一节 1.6. Customizing the Nature of a Bean文章目录1.5. Bean ScopesTable 3. Bean scopes1.5.1. The Singleton Scope1.5.2. The Prototype Scope1.5.3. Singleton Beans with Prototype-bean Dependencies1.5.4. Request, Session, Application, and翻译 2020-07-08 15:17:32 · 307 阅读 · 0 评论 -
Spring Core Technologies
1. The IoC Container1.1. Introduction to the Spring IoC Container and Beans1.2. Container Overview1.3. Bean Overview1.4. Dependencies1.5. Bean Scopes1.6. Customizing the Nature of a Bean1.7. Bean Definition Inheritance1.8. Container Extension Point原创 2020-07-06 09:57:23 · 279 阅读 · 0 评论 -
1.4. Dependencies
文章目录1.4. Dependencies1.4.1. Dependency InjectionConstructor-based Dependency InjectionConstructor Argument ResolutionConstructor argument type matchingConstructor argument indexConstructor argument nameSetter-based Dependency InjectionConstructor-based or翻译 2020-07-06 09:40:41 · 1830 阅读 · 0 评论 -
1.3. Bean Overview
文章目录1.3. Bean Overview1.3.1. Naming BeansBean Naming ConventionsAliasing a Bean outside the Bean DefinitionJava-configuration1.3.2. Instantiating BeansInstantiation with a ConstructorInstantiation with a Static Factory MethodInstantiation by Using an Insta翻译 2020-07-06 09:40:18 · 416 阅读 · 0 评论 -
1.2. Container Overview
文章目录1.2. Container Overview1.2.1. Configuration Metadata1.2.2. Instantiating a ContainerComposing XML-based Configuration MetadataThe Groovy Bean Definition DSL1.2.3. Using the Container1.2. Container OverviewThe org.springframework.context.Applicat翻译 2020-07-06 09:39:55 · 428 阅读 · 0 评论 -
1.1. Introduction to the Spring IoC Container and Beans
Core TechnologiesVersion 5.2.7.RELEASEThis part of the reference documentation covers all the technologies that are absolutely integral to the Spring Framework.参考手册的这个部分覆盖了所有的完整整合在Spring FrameWork技术。absolutely英 [ˈæbsəluːtli] 美 [ˈæbsə翻译 2020-07-06 09:39:28 · 240 阅读 · 0 评论