面向对象软件工程 (英文版 )
分類: 图书,计算机/网络,软件工程/开发项目管理,
作者: (美)沙赫(Schach,S.R.)著
出 版 社: 机械工业出版社
出版时间: 2009-3-1字数:版次: 1页数: 558印刷时间:开本: 大32开印次:纸张:I S B N : 9787111265269包装: 平装编辑推荐
本书特色:
•包括面向对象生命周期模型、面向对象分析、面向对象设计,以及面向对象软件的测试和维护。
•讨论了文档、维护、复用、可移植性、测试和CASE工具等的重要性。
•包括了能力成熟度模型(CMM)和人员能力成熟度模型(P-CMM)的内容。
•与语言无关。实例代码对于C++和Java语言背景的读者同样清晰。
•包括600余篇当前热点研究文章、经典文献和书籍的参考文献。
•包含2个用于说明完整软件生命周期的运行实例。还有7个较小的实例.分别用于突出说明特定的主题。基于统一过程、Java和C++语言的完整源码可从作者网站(www.mhhe.com/schach)下载。
•包括5种类型的习题。分别是概念理解、项目分析、课程设计、论文研读和实例修改。
内容简介
本书从面向对象范型出发对软件工程进行重新演绎。全面、系统、清晰地介绍了面向对象软件工程的基本概念、原理、方法和工具,通过实例说明了面向对象软件开发的整个过程。
本书分为两个部分:第一部分介绍了面向对象软件工程的基本理论;第二部分以工作流的形式介绍了软件生命周期。
作者简介
(美)沙赫(Stephen R.Schach)1972年获魏兹曼科学院物理学理科硕士学位,1973年获开普敦大学应用数学博士学位。目前任教于美国范德比尔特大学计算机科学系。他著有多部有关软件工程、面向对象软件工程、面向对象系统分析与设计的教材。他还在国际上广泛讲授软件工程方面的课程,包括复用、CASE和面向对象范型等。
目录
PARTONE INTRODUCTION TO OBJECT-ORIENTED SOFTwARE ENGINEERING l
Chapter l The Scope of object-Oriented Software Engineering
学习目标
1.1 Historical Aspects
1.2 Economic Aspects
1.3 Maintenance Aspects
1.3.1 The Modern View of Maintenance 9
1.3.2 The Importance of Post-delivery Maintenance
1.4 Requirements.Analysis.and Design Aspects
1.5 Team Development Aspects
1.6 Why There Is No Planning Phase
1.7 Why There Is No Testing Phase
1.8 Why There Is No Documentation Phase
1.9 The Obiect-Oriented Paradigm
1.10 Terminology
1.11 Ethical Issues
Chapter Review
For Further Reading
Key Terms
习题
References
Chapter 2 Software Life.Cycle Models
学习目标
2.1 Software Development in Theory
2.2 Winburg Mini Case Study
2.3 Lessons of the Winburg Mini Case Study
2.4 Teal Tractors Mini Case Study
2.5 Iteration and Incrementation
2.6 Winburg Mini Case Study Revisited
2.7 Risks and Other Aspects of Iteration and lncrementation
2.8 Managing Iteration and Incrementation
2.9 0ther Life—Cycle Models
2.9.1 Code.and.Fix Life-Cycle ModeI
2.9.2 Waterfatf Life-Cycle Modef
2.9.3 Rapid-Prototyping Life-cycle Modef 50
2.9.4 Open-Source Life-Cyle Model
2.9.5 Agile Processes
2.9 6 Synchronize.and.Stabilize Life-Cycle Model
2.9.7 Spiraf Life-Cycle Modef
2.10 Comparison of Life—Cycle Models Chapter Review For Further Reading Key Terms
习题
References
Chapter 3 The Software Process
学习目标
3.1 The Unified Process
3.2 Iteration and Incrementation
3.3 The Requirements Wbrkflow
3.4 The Analysis workflow
3.S The Design Workflow
3.6 The Implementation Workflow
3.7 The Test Workflow 78
3.7.1 Requirements Artfacts
3.7.2 Analysis Artifacts
3.7.3 Design Artifacts
3.7.4 Implementation Artifacts
3.8 Postdelivery Maintenance
3.9 Retirement
3.10 The Phases of the Unifled Process
3.10.1 The Inception Phase
3.10.2 The Elaboration Phase
3.10.3 The Construction Phase
3.10.4 The Transition Phase
3.11 0ne-versus Tw0.Dimensional Life-Cycle Models
3.12 Improving the Software Process
3.13 Capability Maturity Models
……
PART TWO THE WORKFLOWS OF THE SOFTWARE LIFE CYCLE