JMX架构定义: https://docs.oracle.com/javase/8/docs/technotes/guides/jmx/overview/architecture.html Architecture Outline JMX technology is defined by two closely related specifications developed through the Java Community Process (JCP) as Java Specificati…
本系列目录: Spring IOC(一)概览 Spring IOC(二)容器初始化 Spring IOC(三)依赖注入 Spring IOC(四)总结 目录 一.ApplicationContext接口设计 二.深入源码,看IOC容器初始化 ===========正文分割线=========== 前面一篇概览了IOC容器的接口设计. 本文从ApplicationContext接口的一个实现类ClassPathXmlApplicationContext入手,分析容器初始化过程.先看一下Applic…