您的位置:首页 > 编程语言 > Java开发

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

2016-02-29 23:05 573 查看


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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: