Essential COM (Paperback)

Don Box

  • 出版商: Addison Wesley
  • 出版日期: 1997-12-22
  • 售價: $1,970
  • 貴賓價: 9.5$1,872
  • 語言: 英文
  • 頁數: 464
  • 裝訂: Paperback
  • ISBN: 0201634465
  • ISBN-13: 9780201634464
  • 相關分類: C++ 程式語言
  • 無法訂購

買這商品的人也買了...

商品描述


Description

Written by a leading COM authority, this unique book reveals the essence of COM, helping developers to truly understand the why, not just the how, of COM. Understanding the motivation for the design of COM and its distributed aspects is critical for developers who wish to go beyond simplistic applications of COM and become truly effective COM programmers, and to stay current with extensions, such as Microsoft Transaction Server and COM+. Box examines COM from the perspective of a C++ developer, offering a familiar frame of reference to ease you into the topic.

Back to Top


Appropriate Courses

CORBA/COM, Distributed Systems.

Back to Top


Table Of Contents

Foreword by Charlie Kindel.
Foreword by Grady Booch.
Preface.
1. COM as a Better C++.
Software Distribution and C++.
Dynamic Linking and C++.
C++ and Portability.
Encapsulation and C++.
Separating Interface from Implementation.
Abstract Bases as Binary Interfaces.
Runtime Polymorphism.
Object Extensibility.
Resource Management.
Where Are We?

2. Interfaces.
Interfaces and Implementations Revisited.
IDL.
Methods and Results.
Interfaces and IDL.
Iunknown.
Resource Management and Iunknown.
Type Coercion and Iunknown.
Implementing Iunknown.
Using COM Interface Pointers.
Optimizing QueryInterface.
Data Types.
Attributes and Properties.
Exceptions.
Where Are We?

3. Classes.
Interface and Implementation.
Class Objects.
Activation.
Using the SCM.
Classes and Servers.
Generalizations.
Optimizations.
Interface and Implementation Again.
Monikers and Composition.
Monikers and Persistence.
Server Lifetime.
Classes and IDL.
Class Emulation.
Competent Categories.
Where Are We?

4. Objects.
IUnknown Revisited.
QueryInterface Is Symmetric.
QueryInterface Is Transitive.
QueryInterface Is Reflexive.
Objects Have Static Type.
QueryInterface and Iunknown.
Uniqueness and Identity.
Multiple Interfaces and Method Names.
Dynamic Composition.
Binary Composition.
Containment.
Where Are We?

5. Apartments.
Interface and Implementation Revisited.
Objects, Interfaces, and Apartments.
Cross-Apartment Access.
In-Process Marshaling Helpers.
Standard Marshaling Architecture.
Lifecycle Managing and Marshaling.
Custom Marshaling.
The Free Threaded Marshaler.
Where Are We?

6. Applications.
In-Process Activation Pitfalls.
Activation and the SCM.
Server Lifetime Revisited.
Application Ids.
COM and Security.
Programmatic Security.
Access Control.
Token Management.
Where Are We?

7. Miscellanea.
Pointer Basics.
Pointers and Memory.
Arrays.
Flow Control.
Dynamic versus Static Invocation.
Bidirectional Interface Contracts.
Aliasing in IDL.
Asynchronous Methods.
Where Are We?

Appendix A. The Evolution of Objects.
Appendix B. Selected Code Fragments.
Index. 0201634465T04062001



Back to Top

商品描述(中文翻譯)

這本獨特的書籍由一位領先的COM專家撰寫,揭示了COM的本質,幫助開發人員真正理解COM的原因,而不僅僅是如何使用COM。對於希望超越簡單應用程序並成為真正有效的COM程序員的開發人員來說,理解COM設計和分佈方面的動機至關重要,並且要跟上擴展(如Microsoft Transaction Server和COM+)的最新動態。本書從C++開發人員的角度來檢視COM,提供一個熟悉的參考框架,以便您更容易地進入這個主題。

適合的課程有CORBA/COM和分佈式系統。

目錄:
- 前言(Charlie Kindel)
- 前言(Grady Booch)
- 前言
- 第1章 COM作為更好的C++
- 第2章 接口
- 第3章 類
- 第4章 對象
- 第5章 公寓
- 第6章 應用程序
- 第7章 雜項
- 附錄A:COM的演進