剖析SpringIOC,本身寫一套IOC實現

本人近期研究從springIOC底層實現,到相關設計模式、反射原理,略有心得,因而仿照SpringIOC實現了基本DI功能。git

GitHub項目地址: https://github.com/BravenZhou/spring-ioc-easygithub

1、spring三大基本組件:bean,context,core及功能簡介:
    詳細地址: http://www.javashuo.com/article/p-saudfbyt-mm.htmlspring

    參考書籍:《深刻分析Java  Web技術內幕》設計模式

    參考視頻:韓順平講spring.net

2、SpringIOC運行:
    直接看gitHub項目,核心方法refresh設計

    講解地址:https://www.zybuluo.com/dugu9sword/note/382745視頻

3、Java反射詳解:
    地址:http://www.javashuo.com/article/p-riynxavm-mm.htmlblog

4、Spring 中 BeanFactory 和 FactoryBean區別
    地址:http://www.javashuo.com/article/p-dwwdjhrl-mm.htmlget

5、Spring 中涉及的設計模式基礎
    良心博客,地址: http://blog.csdn.net/zhangerqing/article/details/8194653博客

相關文章
相關標籤/搜索