0.定义
1>Spring should be a pleasure to use
2>Your application code should not depend on Spring APIs
3>Spring should not compete with good existing solutions, but should foster integration.
(For example, JDO, Toplink, and Hibernate are great O/R mapping solutions. We don't need to develop another one.)
Spring应该很乐意被使用,但是你的应用不应该完全依赖Spring APIs,Spring不应该是同现有优秀框架竞争,
但鼓励与它们(例如,JDO, Toplink, Hibernate.我们不需要另外开发)整合.
1.simpleExample 提供最简单的sample(独立的,不与其他框架联系)
2.特性
3.关键字/关键用语
4.技术
5.原理
6.同类对比
7.深入研究
8.Referrence
<Spring in Action>