中文名: iBatis實戰
原名: iBatis in Action
作者: Clinton Begin
Brandon Goodin
Larry Meadors
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/更新源代碼
出版社: Manning Publications
書號: 978-1932394825
發行時間: 2007年01月24日
地區: 美國
語言: 英文
簡介:
內容介紹:iBATIS in Action teaches Java developers and architects how to use the iBATIS framework to map relational databases to object-oriented programs. Written by the creator of iBATIS, this practical book presents patterns and solutions that readers can apply immediately.
iBATIS in Action shows Java developers how to tackle the problem of data persistence using the elegant iBATIS framework. iBATIS helps developers solve the problem of connecting- or mapping- relational databases to object-oriented code. An extensive running example presents reusable iBATIS patterns and common solutions. The sample application shows where iBATIS fits in a typical web application as well as how iBATIS integrates with other popular frameworks like Struts. iBATIS in Action focuses on solving existing problems without introducing new ones.
In addition to showing what iBATIS does, iBATIS in Action also shows how iBATIS solves problems. Readers explore the driving design philosophy behind iBATIS as presented by iBATIS creator Clinton Begin.
作者介紹:Clinton Begin is the creator of iBATIS. Clinton has been a professional software developer for eight years and currently works for ThoughtWorks. He is an active mentor, trainer, and public speaker in the IT industry.
內容截圖: 目錄:
Part 1 Introduction
1 The iBATIS philosophy
2 What is iBATIS?
Part 2 iBATIS basics
3 Installing and configuring iBATIS
4 Working with mapped statements
5 Executing nonquery statements
6 Using advanced query techniques
7 Transactions
8 Using Dynamic SQL
Part 3 iBATIS in the real world
9 Improving performance with caching
10 iBATIS data access objects
11 Doing more with DAO
12 Extending iBATIS
Part 4 iBATIS recipes
13 iBATIS best practices
14 Putting it all together