Object-Oriented Software Development Using Java (Hardcover)
暫譯: 使用 Java 的物件導向軟體開發 (精裝版)

Xiaoping Jia

  • 出版商: Addison Wesley
  • 出版日期: 1999-10-15
  • 定價: $1,400
  • 售價: 5.0$700
  • 語言: 英文
  • 頁數: 550
  • 裝訂: Hardcover
  • ISBN: 020135084X
  • ISBN-13: 9780201350845
  • 相關分類: Java 程式語言Object-oriented
  • 立即出貨(限量) (庫存=1)

相關主題

商品描述


Description

Object-Oriented Software Development in Java provides broad and coherent coverage of object-oriented technology, teaching object-oriented design and construction using Java to students with some experience programming in any language. Focusing on design and programming, educator and practitioner Xiaoping Jia instills the object-oriented way of thinking through the use of design patterns and frameworks, study of the design of the Java Class Libraries, and illustration of incremental software development.

With the popularity of C++ and Java, program design has become as important to individual commercial programmers as it has been to programmers developing immense government-sponsored software projects. Designed for a course on object-oriented design at the Junior-, Senior-, and Graduate-level, Object-Oriented Software Development in Java prepares students for the industry's move toward object-oriented languages by introducing design concepts early and then moving on to Java.

Back to Top


Appropriate Courses

Object-Oriented Design; Java—Intermediate Programming.

Back to Top


Features

  • Features an applied focus which develops software design skills, particularly skill in writing medium-sized, well-designed object-oriented programs.
  • Uses the Java 2 platform, including coverage of Swing, collections, and RMI.
  • Covers object-oriented modeling using UML, object-oriented design using design patterns, and object-oriented programming using Java.
  • Includes an introduction to software engineering and how object-oriented developments fit into the software engineering process.
  • Discusses topics of interest for both academia and industry, such as graphical user interfaces, concurrent programming, and distributed computing.
  • Provides a balanced view of object-oriented software development from different perspectives: academia and industry, theory and practice.
Back to Top


Table Of Contents

1. Object-Oriented Software Development.
Software Development.
An Engineering Perspective.
The Desirable Qualities of Software Systems.

A View of the World.
Principles and Concepts.
Classes and Objects.
Modularity.
Abstraction and Encapsulation.
Inheritance.
Association.
Modeling Dynamic Behavior.

Object-Oriented Development.
The Micro and Macro Processes.
Case Study: An On-Line Bookstore.


2. Introduction to Java.
The Architecture of Java.
Simple Programs.
A Simple App.
Simple Applet.


3. Elements of Java.
Lexical Elements.
Character Set.
Identifiers.
Primitive Types and Literals.
Operators and Expressions.

Variables and Types.
Variable Declarations.
Type Compatibility and Conversion.
Reference Types.
Arrays.

Statements.
Statement Labels.
Statement Blocks.
Simple Statements.
Compound Statements.
Multi-Level Breaking.

Class Declarations.
Class Syntax.
Creating and Initializing Objects.
Accessing Members.
Method Invocation and Parameter Passing.
Static Fields and Methods.
Object Reference.
Interfaces and Abstract Classes.
Strings.
Wrapper Classes

Packages.
Exceptions.
A Simple Animation Applet.

4. Classes and Inheritance.
Overloading.
Inheritance.
Constructors of Extended Classes.
Subtypes and Polymorphism.
Overriding Methods.
Restriction.

Extending and Implementing Interfaces.
Hiding Fields and Static Methods.
Designing Classes.
Avoiding Public Fields.
Separating Interface From Implementation.
File Organization.
The Canonical Form.
Class Organization.
Documentation.
Unit Testing.

Applications - Animation Applets.
Getting Parameters.
An Idiom for Animation.
Using Double-Buffering.
Reading Files In Applets.


5. Design by Abstraction.
Design Patterns.
Designing Generic Components.
Factorization.
Generalization.
Abstract Coupling.

Design Case Study: Sorting Animation.
The Initial Implementation.
Separating the Algorithms.
Separating the Display Strategies.


6. Object-Oriented Application Frameworks.
Application Frameworks.
The Collections Framework.
Abstract Collections.
Interfaces of Collections.
Implementations of Collections.
Iteration.
Ordering and Sorting.

The Graphical User Interface Framework.
The Widgets.
Layout Managers.
Handing Events.
Frames and Dialogs.

The Input/Output Framework.
The Byte Streams.
The Character Streams.
Random Access Files.


7. Design Case Study: A Drawing Pad.
Iterative Development.
Iteration 1: A Simple Scribbling Pad.
Iteration 2: The Control Panel.
Iteration 3: The Drawing Tools.
Iteration 4: More Tools.
Handling The Keyboard Input.
Drawing Filled Shapes.


8. Concurrent Programming.
Threads.
Creation of Threads.
Controlling Threads.

Thread Safety and Liveness.
Synchronization.
Cooperation Among Threads.
Liveness Failures.

Design Case Study: Tic-Tac-Toe Game.

9. Distributed Computing.
Socket-Based Communication.
Server and Client Sockets.
Servers and Clients Using Sockets.
Design Case Study.

Remote Method Invocation.
The Architecture.
Using RMI.
Design Case Study.

Distributed Computing with Non-Java Applications.
Java Database Connectivity.
Common Object Request Broker Architecture.


Glossary. 020135084XT04062001


Back to Top



Supplements


General Supplements

  • Online Source Code
    See "CS Supplement List" on PIRL for more information.



Back to Top

商品描述(中文翻譯)

Java物件導向軟體開發》提供了廣泛且一致的物件導向技術涵蓋,教導具有一定程式設計經驗的學生如何使用Java進行物件導向設計與建構。專注於設計與程式編寫,教育者及實務者賈小平透過設計模式與框架的使用、Java類別庫的設計研究,以及漸進式軟體開發的示範,灌輸物件導向的思維方式。

隨著C++和Java的普及,程式設計對於個別商業程式設計師來說,已變得與開發龐大的政府贊助軟體專案的程式設計師一樣重要。《Java物件導向軟體開發》設計為針對大學三年級、四年級及研究生的物件導向設計課程,透過早期引入設計概念,為學生準備進入業界對物件導向語言的需求,然後再深入Java。

適合的課程:
物件導向設計;Java—中級程式設計。

特點:
- 以應用為重點,發展軟體設計技能,特別是撰寫中型、設計良好的物件導向程式的能力。
- 使用Java 2平台,包括Swing、集合和RMI的涵蓋。
- 涵蓋使用UML的物件導向建模、使用設計模式的物件導向設計,以及使用Java的物件導向程式設計。
- 包含軟體工程的介紹,以及物件導向開發如何融入軟體工程過程。
- 討論學術界和業界都感興趣的主題,如圖形使用者介面、並行程式設計和分散式計算。
- 從不同的角度提供物件導向軟體開發的平衡觀點:學術界與業界、理論與實踐。

目錄:
1. 物件導向軟體開發。
- 軟體開發。
- 工程觀點。
- 軟體系統的理想特性。
- 世界觀。
- 原則與概念。
- 類別與物件。
- 模組化。
- 抽象與封裝。
- 繼承。
- 關聯。
- 建模動態行為。
- 物件導向開發。
- 微觀與宏觀過程。
- 案例研究:線上書店。

2. Java簡介。
- Java的架構。
- 簡單程式。
- 簡單應用程式。
- 簡單Applet。

3. Java的元素。
- 詞彙元素。
- 字元集。
- 識別符。
- 原始類型與字面量。
- 運算子與表達式。
- 變數與類型。
- 變數宣告。
- 類型相容性與轉換。
- 參考類型。
- 陣列。
- 陳述句。
- 陳述句標籤。
- 陳述句區塊。
- 簡單陳述句。
- 複合陳述句。
- 多層中斷。
- 類別宣告。
- 類別語法。
- 創建與初始化物件。
- 存取成員。
- 方法調用與參數傳遞。
- 靜態欄位與方法。
- 物件參考。
- 介面與抽象類別。
- 字串。
- 包裝類別。
- 套件。
- 異常。
- 簡單動畫Applet。

4. 類別與繼承。
- 重載。
- 繼承。
- 擴展類別的建構子。
- 子類型與多型。
- 覆寫方法。
- 限制。
- 擴展與實作介面。
- 隱藏欄位與靜態方法。
- 設計類別。
- 避免公共欄位。
- 將介面與實作分開。
- 檔案組織。
- 標準形式。
- 類別組織。
- 文件編寫。
- 單元測試。
- 應用 - 動畫Applet。
- 獲取參數。
- 動畫的慣用語。
- 使用雙緩衝。
- 在Applet中讀取檔案。

5. 抽象設計。
- 設計模式。
- 設計通用元件。
- 因式分解。
- 一般化。
- 抽象耦合。
- 設計案例研究:排序動畫。
- 初始實作。
- 分離演算法。
- 分離顯示策略。

6. 物件導向應用框架。
- 應用框架。
- 集合框架。
- 抽象集合。
- 集合的介面。
- 集合的實作。
- 迭代。
- 排序與排序。
- 圖形使用者介面框架。
- 小工具。
- 佈局管理器。
- 事件處理。
- 視窗與對話框。
- 輸入/輸出框架。
- 位元組流。
- 字元流。
- 隨機存取檔案。

7. 設計案例研究:繪圖板。
- 漸進式開發。
- 迭代1:簡單的塗鴉板。
- 迭代2:控制面板。
- 迭代3:繪圖工具。
- 迭代4:更多工具。
- 處理鍵盤輸入。
- 繪製填充形狀。

8. 並行程式設計。
- 執行緒。
- 執行緒的創建。
- 控制執行緒。
- 執行緒安全性與活性。
- 同步。
- 執行緒間的合作。
- 活性失敗。
- 設計案例研究:井字遊戲。

9. 分散式計算。
- 基於Socket的通信。
- 伺服器與客戶端Socket。
- 使用Socket的伺服器與客戶端。
- 設計案例研究。
- 遠端方法調用。
- 架構。
- 使用RMI。
- 設計案例研究。
- 與非Java應用的分散式計算。
- Java資料庫連接。
- 通用物件請求代理架構。

術語表。

補充資料:
一般補充資料
- 在線源代碼
- 請參見PIRL上的「CS補充清單」以獲取更多資訊。