Spring In Action 第4版笔记-第一章-001架构

1.Spring’s fundamental mission: Spring simplifies Java development.

2.To back up its attack on Java complexity, Spring employs four key strategies:

 Lightweight and minimally invasive development with POJO s
 Loose coupling through DI and interface orientation
 Declarative programming through aspects and common conventions
 Eliminating boilerplate code with aspects and templates

posted @ 2016-02-29 23:05  shamgod  阅读(237)  评论(0编辑  收藏  举报
haha