Applied Enterprise JavaBeans Technology
暫譯: 應用企業 JavaBeans 技術

Kevin Boone

  • 出版商: Prentice Hall
  • 出版日期: 2003-01-10
  • 售價: $1,750
  • 貴賓價: 9.8$1,715
  • 語言: 英文
  • 頁數: 743
  • 裝訂: Paperback
  • ISBN: 0130449156
  • ISBN-13: 9780130449153
  • 相關分類: Java 程式語言
  • 已絕版

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

相關主題

商品描述

The definitive guide to industrial-strength EJB 2.0 development.

  • A comprehensive guide to enterprise-class EJB 2.0 development
  • In-depth coverage of transactions, security, performance, and Web services
  • Features a full-scale, real-world case study

Applied Enterprise JavaBeans Technology takes you under the hood of EJB 2.0, offering unprecedented insight into how EJB really works-and shows you how to leverage its full power to build industrial-strength distributed applications. EJB expert Kevin Boone starts from first principles and progresses to state-of-the-art approaches for building Java applications that are distributed, transactional, and secure. Along the way, Boone reveals aspects of the EJB architecture that are normally hidden but offer even more power to developers who understand them.

Applied Enterprise JavaBeans Technology offers all this and more:

  • Demonstrates powerful techniques for maximizing distributed application security
  • Introduces high-performance resource pooling and optimization strategies
  • Helps developers choose and implement the best approach to distributed transaction processing
  • Presents in-depth coverage of integration with related technologies, including servlets, Web services, messaging, directories, and CORBA
  • Includes extensive cross-references to the official EJB 2.0 specifications

From EJB "first principles" to the state of the art

  • Emphasizes accuracy, depth, and comprehensiveness: never oversimplifies!
  • Focuses on mission-critical development techniques that other books ignore
  • Illuminates powerful capabilities typically left "transparent" to the programmer
  • Shows how to use EJB to implement comprehensive security policies
  • Contains in-depth coverage of automatically generated EJB proxies

Table of Contents

Author's Note.
About the Author.
Preface.
Author 's Note.
About the Author.
Preface.
1. Enterprise Javabeans in Context.

Enterprise JavaBeans: What Are They, and What Do They Do? EJBs in the Enterprise. Why Use EJBs? The EJB Philosophy. EJB Roles. EJB Products. Summary.


2. Distributed Objects and RMI.

What are Distributed Objects? How Objects Can Communicate. Java RMI. Stubs. RMI Protocols. Security. Enterprise JavaBean RMI. Summary.


3. An Overview of EJB Technology.

The Client 's View. Fundamentals of the EJB Architecture. Types of EJB. Distributed and Local EJB Semantics. Anatomy of an EJB. Principle of Operation: Session and Entity EJBs. Principle of Operation: Message-driven EJBs. The EJB Container and Its Proxies. Overview of the EJB API. EJB Rules, Standards and Limitations. Assembly and Deployment. Configuration. Summary.


4. Creating and Deploying A Simple EJB.

Setting Up the Source Tree. Coding the EJB and Test Client. Compiling the EJB and Test Client. Starting the J2EE Reference Implementation Server. Assembling and Deploying the EJB. Testing the EJB. Troubleshooting. Summary.


5. Introducing the Case Study.

About the Case Study. About the 'Business '. Goals of the Application. Design Architecture. Design Philosophy. EJB Design. Sneak Preview. Summary.


6. Session EJBs.

Types and Applications of Session EJBs. What Is 'State '? Stateful Session EJBs. Stateless Session EJBs. Some Notes On the Meaning of an 'EJB Instance '. Session EJBs as Interfaces to Entity EJBs. Transaction Issues in Session EJBs. Analyzing the 'Interest 'EJB. An Example. Summary.


7. Naming and JNDI.

Naming and Directory Servers. What Is JNDI? JNDI Terms and Concepts. Using JNDI. Examining A Typical EJB Server Namespace. JNDI and EJB. JNDI in More Detail. JNDI Configuration. JNDI Lookups Across Servers. Further Reading.


8. JDBC and Databases.

What is JDBC? SQL. The JDBC API. JDBC drivers. JDBC and JNDI. EJB and JDBC example. Connection Management and Pooling. Transactions. Practical JDBC usage in EJBs. What 's New in JDBC 3.0? Summary.


9. Transactions.

Introductory Note. Transactions Described. The EJB Transaction Model. Container-managed Transaction Demarcation. Bean-managed Transaction Demarcation. Client-demarcated Transactions. Handling Transaction Isolation in EJBs. Distributed Transactions and Two-phase Commit. Summary.


10. Messaging and Message-Driven EJBs.

Overview of enterprise messaging. The JMS API. JMS and EJBs. Interlude: Messaging in the Prestige Bike Hire application. Sending messages from EJBs. Message-driven EJBs. Testing messaging EJBs. Summary.


11. Entity EJBs.

What Is An Entity EJB? Principle of Operation. Associations Between Entities. Persistence Management. Developer's Responsibilities in General. Handling Data Sets with No Natural Primary Key. Summary.


12. Bean-Managed Persistence.

Developer's Responsibilities. Optimizing Data Base Access. Example: A Directory-server Mapping EJB. Entity EJBs and Nonflat Data Structures. Many-valued Associations in BMP. Summary.


13. Container-Managed Persistence.

Persistence Management Overview. CMP in EJB 1.1. The EJB 2.0 CMP Philosophy. Developer Responsibilities with EJB 2.0 CMP. EJB QL Overview. Example: The Bikemodel EJB. EJB QL Examples. Persistence Strategies Compared. Summary.


14. Practicalities of EJB Development.

Debugging Hints. Packaging and Assembly of Applications. Portability and Interoperability. Utility Classes and the Server CLASSPATH. Summary.


15. Design, Patterns, and Good Practice.

Architectural and Structural Issues. Exception Handling: Philosophy and Practice. The 'This 'Reference and Loop-Back Calls. Thread Management. Garbage Collection Issues. Using Value Objects with EJBs. Handles. Summary.


16. Security.

Security Concepts. J2EE/EJB Security Architecture. The EJB Security API. Security Concepts Example. EJB Security in the Enterprise. Summary.


17. EJBs and the Web Tier.

Web Technology and Application Servers. JSP/Servlet-EJB Connectivity. Using Separate JSP/Servlet Engine and EJB Servers. Summary.


18. Connectors and Resource Adapters.

The Need for Connectivity. Simple Connectivity Techniques. JCA Resource Adapters: Rationale and Principles. A Simple Resource Adapter. Common Client Interface (CCI). Transaction Management. Security Management. Summary.


Appendix A. New Features in EJB 2.1.

Overview. EJB QL Enhancements. Web Services Integration. Messaging Enhancements. Timer Services. What 's Missing.


Appendix B. Overview of the EJB Deployment Descriptor.

Vendor-independent and Vendor-specific Deployment Descriptors. General Structure. Enterprise-beans Element. Relationships Element. Assembly-descriptor Element. Summary.


Appendix C. Installing and Testing the Case Study.

Installing the Application. Testing the Application.


Appendix D. Reflection and Dynamic Instantiation.

The Importance of Reflection. Using Reflection. Dynamic Instantiation.


Appendix E. Java Serialization.

The Purpose of Serialization. Serialization Strategies. Using the Serialization API. Controlling Serialization. Non-Java Serialization.


Appendix F. Obtaining and Configuring the J2EERI.

Getting the Reference Implementation. Setting Up: Unix. Setting Up: Windows. Usage Hints.


Appendix G. Overview of Public Key Cryptography.

Basic Principles. Combining Symmetric and Asymmetric Techniques. Detecting Tampering. Identifying the Communicating Parties.


Appendix H. Glossary of Terms.
Appendix I. Bibliography.
Index.

商品描述(中文翻譯)

《工業級 EJB 2.0 開發的權威指南》

- 企業級 EJB 2.0 開發的全面指南
- 深入探討交易、安全性、性能和網路服務
- 包含一個完整的實際案例研究

《應用企業 JavaBeans 技術》帶您深入了解 EJB 2.0,提供前所未有的見解,讓您了解 EJB 的實際運作方式,並展示如何充分利用其強大功能來構建工業級的分散式應用程式。EJB 專家 Kevin Boone 從基本原則開始,逐步進入構建分散式、交易性和安全的 Java 應用程式的最先進方法。在此過程中,Boone 揭示了 EJB 架構中通常隱藏的方面,這些方面為理解它的開發者提供了更大的力量。

《應用企業 JavaBeans 技術》提供了所有這些內容及更多:

- 演示最大化分散式應用程式安全性的強大技術
- 介紹高效能的資源池化和優化策略
- 幫助開發者選擇和實施最佳的分散式交易處理方法
- 提供與相關技術的深入整合,包括 servlets、網路服務、消息、目錄和 CORBA
- 包含大量對官方 EJB 2.0 規範的交叉引用

從 EJB 的「基本原則」到最先進的技術

- 強調準確性、深度和全面性:絕不過於簡化!
- 專注於其他書籍忽略的關鍵任務開發技術
- 照亮通常對程式設計師「透明」的強大功能
- 展示如何使用 EJB 實施全面的安全政策
- 包含自動生成的 EJB 代理的深入探討

**目錄**

作者的註解。
關於作者。
前言。
1. 企業 JavaBeans 的背景。

企業 JavaBeans:它們是什麼,做什麼?EJB 在企業中的應用。為什麼使用 EJB?EJB 的理念。EJB 的角色。EJB 產品。總結。

2. 分散式物件與 RMI。

什麼是分散式物件?物件如何通信。Java RMI。存根。RMI 協議。安全性。企業 JavaBean RMI。總結。

3. EJB 技術概述。

客戶端的視角。EJB 架構的基本原則。EJB 的類型。分散式和本地 EJB 語義。EJB 的結構。操作原則:會話和實體 EJB。操作原則:消息驅動 EJB。EJB 容器及其代理。EJB API 概述。EJB 規則、標準和限制。組裝和部署。配置。總結。

4. 創建和部署一個簡單的 EJB。

設置源樹。編寫 EJB 和測試客戶端。編譯 EJB 和測試客戶端。啟動 J2EE 參考實現伺服器。組裝和部署 EJB。測試 EJB。故障排除。總結。

5. 介紹案例研究。

關於案例研究。關於「業務」。應用的目標。設計架構。設計理念。EJB 設計。預覽。總結。

6. 會話 EJB。

會話 EJB 的類型和應用。什麼是「狀態」?有狀態會話 EJB。無狀態會話 EJB。關於「EJB 實例」的意義的一些說明。會話 EJB 作為實體 EJB 的介面。會話 EJB 中的交易問題。分析「利息」EJB。一個範例。總結。

7. 命名和 JNDI。

命名和目錄伺服器。什麼是 JNDI?JNDI 的術語和概念。使用 JNDI。檢查典型的 EJB 伺服器命名空間。JNDI 和 EJB。JNDI 的詳細資訊。JNDI 配置。跨伺服器的 JNDI 查詢。進一步閱讀。

8. JDBC 和資料庫。

什麼是 JDBC?SQL。JDBC API。JDBC 驅動程式。JDBC 和 JNDI。EJB 和 JDBC 範例。連接管理和池化。交易。在 EJB 中的實用 JDBC 使用。JDBC 3.0 有什麼新特性?總結。

9. 交易。

介紹性說明。交易的描述。EJB 交易模型。容器管理的交易劃分。Bean 管理的交易劃分。客戶端劃分的交易。在 EJB 中處理交易隔離。分散式交易和兩階段提交。總結。

10. 消息和消息驅動 EJB。

企業消息的概述。JMS API。JMS 和 EJB。插曲:Prestige Bike Hire 應用中的消息。從 EJB 發送消息。消息驅動 EJB。測試消息 EJB。總結。

11. 實體 EJB。

什麼是實體 EJB?操作原則。實體之間的關聯。持久性管理。開發者的一般責任。處理沒有自然主鍵的數據集。總結。

12. Bean 管理的持久性。

開發者的責任。優化資料庫訪問。範例:目錄伺服器映射 EJB。實體 EJB 和非扁平數據結構。BMP 中的多值關聯。總結。

13. 容器管理的持久性。

持久性管理概述。EJB 1.1 中的 CMP。EJB 2.0 CMP 理念。EJB 2.0 CMP 的開發者責任。EJB QL 概述。範例:Bikemodel EJB。EJB QL 範例。持久性策略比較。總結。

14. EJB 開發的實用性。

除錯提示。應用的打包和組裝。可攜性和互操作性。公用類別和伺服器 CLASSPATH。總結。

15. 設計、模式和良好實踐。

架構和結構問題。例外處理:理念和實踐。「這個」參考和回圈調用。線程管理。垃圾回收問題。與 EJB 一起使用值物件。句柄。總結。

16. 安全性。

安全概念。J2EE/EJB 安全架構。EJB 安全 API。安全概念範例。企業中的 EJB 安全。總結。

17. EJB 和網路層。

網路技術和應用伺服器。JSP/Servlet-EJB 連接。使用獨立的 JSP/Servlet 引擎和 EJB 伺服器。總結。

18. 連接器和資源適配器。

連接的需求。簡單的連接技術。JCA 資源適配器:理由和原則。一個簡單的資源適配器。通用客戶端介面 (CCI)。交易管理。安全管理。總結。

附錄 A. EJB 2.1 的新特性。

概述。EJB QL 增強。網路服務整合。消息增強。計時服務。缺少的內容。

附錄 B. EJB 部署描述符概述。

供應商無關和供應商特定的部署描述符。一般結構。企業 beans 元素。關聯元素。組裝描述符元素。總結。

附錄 C. 安裝和測試案例研究。

安裝應用程式。測試應用程式。

附錄 D. 反射和動態實例化。

反射的重要性。使用反射。動態實例化。

附錄 E. Java 序列化。

序列化的目的。序列化策略。使用序列化 API。控制序列化。非 Java 序列化。

附錄 F. 獲取和配置 J2EERI。

獲取參考實現。設置:Unix。設置:Windows。使用提示。

附錄 G. 公鑰密碼學概述。

基本原則。結合對稱和非對稱技術。檢測篡改。識別通信方。

附錄 H. 術語表。
附錄 I. 參考書目。
索引。