站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Professional Java Development with the Spring Framework

Chapter 6: Transaction and Resource Management - Professional Java Development with the Spring Framework

Previous Page                                                        [ directory ]
Next Page

Chapter 6: Transaction and Resource Management

Overview

This chapter discusses general issues relating to resource and transaction management. We will start with a basic overview of the subject, followed by a discussion of how Spring's transaction management features fit into the bigger picture.

You will see examples of how to configure and use the transactional features that Spring provides in a variety of environments. We will cover local transactions with a single database and distributed "global" transactions in a J2EE system.

We will see how Spring provides powerful declarative and transaction management services, and offers a consistent programming model in all environments.


Previous Page                                                        [ directory ]
Next Page