spring in Action 学习笔记
很好的一本学习Spring的书籍,并且是中文的,方便理解和阅读在本部分,将介绍Spring结构的两个核心特性:反应控制(IoC)和面向切面编程(AOP)1.首先介绍简单的概念2.其次,安装Bean,介绍如何使用IOC实现系统目标间的松耦合相关。如何使用XML在Spring容器中定义系统目标,安装其依赖性。3.创建切面,介绍Spring的AOP把系统服务从被服务器目标中松耦出来。spring_in_action_中文版.pdf
(This is a good book for learning Spring in Chinese, which is easy to understand and read. In this part, we will introduce two core features of Spring structure: Reaction Control (IoC) and Aspect Oriented Programming (AOP). 1. First, we will introduce simple concepts. 2. Second, we will install beans, and introduce how to use IOC to achieve loose coupling between system goals. How to use XML to define system targets in Spring containers and install their dependencies. 3. Create an aspect and introduce Spring's AOP to decouple system services from server targets.
spring_ in_ action_ Chinese version. pdf)
页:
[1]