Rod Johnson
Juergen Hoeller
Alef Arendsen
Colin Sampaleanu
Rob Harrop
Thomas Risberg
Darren Davison
Dmitriy Kopylenko
Mark Pollack
Thierry Templier
Erwin Vervaet
Portia Tung
Ben Hale
Adrian Colyer
John Lewis
Costin Leau
Mark Fisher
Sam Brannen
Ramnivas Laddad
2.5.2
目录
- 前言
- 1. 简介
- 2. Spring 2.0和 2.5的新特性
- I. 核心技术
- 3. IoC(控制反转)容器
- 4. 资源
- 5. 校验,数据绑定,
BeanWrapper
,与属性编辑器
- 6. 使用Spring进行面向切面编程(AOP)
- 7. Spring AOP APIs
- 8. 测试
- II. 中间层数据访问
- 9. 事务管理
- 10. DAO支持
- 11. 使用JDBC进行数据访问
- 11.1. 简介
- 11.2. 利用JDBC核心类控制JDBC的基本操作和错误处理
- 11.3. 控制数据库连接
- 11.4. JDBC批量操作
- 11.5. 通过使用SimpleJdbc类简化JDBC操作
- 11.5.1. 使用SimpleJdbcInsert插入数据
- 11.5.2. 使用SimpleJdbcInsert来获取自动生成的主键
- 11.5.3. 指定SimpleJdbcInsert所使用的字段
- 11.5.4. 使用SqlParameterSource提供参数值
- 11.5.5. 使用SimpleJdbcCall调用存储过程
- 11.5.6. 声明SimpleJdbcCall使用的参数
- 11.5.7. 如何定义SqlParameters
- 11.5.8. 使用SimpleJdbcCall调用内置函数
- 11.5.9. 使用SimpleJdbcCall返回的ResultSet/REF Cursor
- 11.6. 用Java对象来表达JDBC操作
- 11.7. 参数和数据处理的基本原则
- 12. 使用ORM工具进行数据访问
- III. The Web
- 13. Web MVC framework Web框架
- 14. 集成视图技术
- 15. 集成其它Web框架
- 16. Portlet MVC框架
- IV. 整合
- 17. 使用Spring进行远程访问与Web服务
- 18. Enterprise Java Beans (EJB) 集成
- 19. JMS (Java Message Service)
- 20. JMX
- 21. JCA CCI
- 22. Spring邮件抽象层
- 23. Spring中的定时调度(Scheduling)和线程池(Thread Pooling)
- 24. 动态语言支持
- 25. 注解和源代码级的元数据支持
- V. 示例程序
- A. XML Schema-based configuration
- B. Extensible XML authoring
- C.
spring-beans-2.0.dtd
- D. spring.tld
- E. spring-form.tld
- E.1. Introduction
- E.2. The
checkbox
tag - E.3. The
checkboxes
tag - E.4. The
errors
tag - E.5. The
form
tag - E.6. The
hidden
tag - E.7. The
input
tag - E.8. The
label
tag - E.9. The
option
tag - E.10. The
options
tag - E.11. The
password
tag - E.12. The
radiobutton
tag - E.13. The
radiobuttons
tag - E.14. The
select
tag - E.15. The
textarea
tag
- F. Spring 2.5开发手册中文化项目
表格清单
- 3.1. bean定义
- 3.2. Autowiring modes
- 3.3. 依赖检查方式
- 3.4. Bean作用域
- 3.5. Feature Matrix特性表
- 3.6. 内置事件
- 3.7. 过滤器类型
- 4.1. Resource strings
- 5.1. 属性示例
- 5.2. 内建的
PropertyEditors
- 6.1.
DefaultContextLoadTimeWeaver
LoadTimeWeavers
DefaultContextLoadTimeWeaver
类和LoadTimeWeavers
接口 - 6.2.
aspectj-weaving
属性值 - 9.1.
<tx:method/>
有关的设置 - 9.2.
<tx:annotation-driven/>
设置 - 9.3.
@Transactional
注解的属性 - 13.1.
WebApplicationContext
中特殊的bean - 13.2.
DispatcherServlet
初始化参数 - 13.3.
AbstractController
提供的功能 - 13.4. 视图解析器
- 13.5.
CookieLocaleResolver
的属性 - 13.6.
ThemeResolver
的实现 - 14.1. 宏定义表
- 14.2.
JasperReports
View
Classes - 14.3. JasperReportsMultiFormatView默认Mapping Key映射
- 16.1.
WebApplicationContext
中特殊的Bean - 16.2.
DispatcherPortlet
的初始化参数 - 16.3.
AbstractController
提供的功能 - 19.1. JMS
listener
元素的属性 - 19.2. JMS
<listener-container/>
元素的属性 - 19.3. JMS
<jca-listener-container/>
元素的属性 - 20.1. 注册行为
- 20.2. 源代码级的元数据类型
- 20.3. 源代码级的元数据参数
- 21.1. Usage of
Interaction
execute methods - 21.2. Usage of Interaction execute methods
- A.1. Eclipse XML editors
- D.1. Attributes
- D.2. Attributes
- D.3. Attributes
- D.4. Attributes
- D.5. Attributes
- D.6. Attributes
- D.7. Attributes
- D.8. Attributes
- E.1. Attributes
- E.2. Attributes
- E.3. Attributes
- E.4. Attributes
- E.5. Attributes
- E.6. Attributes
- E.7. Attributes
- E.8. Attributes
- E.9. Attributes
- E.10. Attributes
- E.11. Attributes
- E.12. Attributes
- E.13. Attributes
- E.14. Attributes
- F.1. 参与人员列表