J2EE™ Connector Architecture and Enterprise Application Integration (Java Series)

個数:

J2EE™ Connector Architecture and Enterprise Application Integration (Java Series)

  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 416 p.
  • 言語 ENG
  • 商品コード 9780201775808
  • DDC分類 005.71262

Full Description

For enterprises seeking to streamline their own processes -- or integrate with partners and suppliers -- the #1 challenge is enterprise application integration (EIA). Sun's new Connector Architecture gives Java developers powerful new tools for simplifying EIA. In this definitive book, the creators of the Connector Architecture explain it in detail -- and demonstrate how to make the most of it. The authors introduce the fundamentals of application integration and the J2EE Connector architecture, including the system contracts it defines for connections, transactions, and security. Next, they present in-depth coverage of J2EE resource adapters from the application developer's perspective. Coverage includes: new connection pooling mechanisms; effective use of the J2EE platform's transactional support; techniques for leveraging J2EE security in application integration projects; and much more. The book shows how to use XML data within the J2EE and Connector framework; and concludes by walking through the construction of a working resource adapter, with extensive code examples. Appendices provide a detailed API reference and glossary.

Contents

(NOTE: Each chapter ends with a Conclusion.)

Preface.


Acknowledgments.


1. Enterprise Application Integration.


What Is Enterprise Application Integration?



Web-driven Application Integration.



Enterprise Information Systems.



Challenges in EIS Integration.



Enterprise Application Integration Approaches.



Two-Tier Client-Server Approach.



Using Synchronous Adapters



Using Asynchronous Adapters.



Queue-Based Approach.



Publish-Subscribe Approach.



Application Server-Based Integration.



J2EE Connector Architecture and EAI.



2. J2EE Connector Architecture Overview.


What Is the J2EE Platform?



Components and Containers.



J2EE Technologies.



J2EE Connector Architecture Overview.



Connector Architecture Contracts.



System-Level Contracts.



Application Contract.



Packaging and Deployment.



Why Use the Connector Architecture?



Example Scenario.



Application Requirements.



Example Architecture.



3. Managing Connections.


Connection Management Contract.



Connection Management Architecture.



Application Programming Model.



4. Working with Transactions.


Introduction to Transactions.



Characteristics of Transactions.



Commit Protocols.



Key Issues with Transactions.



Developing Transactional Applications.



Using the J2EE Platform.



Using Enterprise Beans.



Using JTA Transactions.



Compensating Transactions.



Transaction Levels.



Sample Application Transaction Scenario.



5. Managing Security.


Security Concepts.



Authentication.



Authorization.



Security Definitions.



Security Model for EIS Connections.



Container-Manages Sign-On.



Component-Manages Sign-On.



Understanding EIS Sign On.



Setting a Resource Principal.



Authenticating a Resource Principal.



Authorizing a Resource Principal.



Establishing a Secure Communication.



Managing Security.



Role of the Application Component Provider.



Role of the Deployer.



Role of the Application Server Vendor.



Other Roles.



Security Example.



Security Environment.



Example Deployment.



6. Asynchronous Messaging.


Synchronous Communication.



Issues to Consider.



Dependency on Specific Middleware Mechanisms.



Dependency Between EIS and Application.



Asynchronous Communication.



Connector Architecture 2.0 Message Handling.



Asynchronous Inbound Communication.



Asynchronous Outbound Communication.



Synchronous Inbound Communication.



JMS-based Communication.



Communication Trade-offs.



Enterprise Messaging Technologies.



Java Message Service.



JMS Overview.



JMS Interfaces.



JMS and EAI.



J2EE Platform and EAI.



Messaga-driven Bean.



Example.



7. Common Client Interface.


Overview of the CCI.



CCI Programming Example.



Connection Interfaces.



ConnectionFactory Interface.



ConnectionSpec Interface.



Connection Interface.



LocalTransaction Interface.



Interaction Interfaces.



Interaction Interface.



InteractionSpec Interface.



Data Representation Interfaces.



Metadata Interfaces.



Exception Interfaces.



Code Examples.



Obtaining a Connection.



Using an InteractionSpec Object.



Using a Generic Record.



Using a ResultSet.



Using a Custom Record.



8. Tools and Frameworks.


Types of Tools.



Connector Architecture Tools Support.



EIS Access Objects.



Command Bean.



Record.



Data Access Object.



Guidelines for Access Objects.



EJB 2.0 Container-Managed Persistence.



9. XML and the Connector Architecture.


Enterprise Application Integration and XML.



Overview of XML Concepts.



Defining Document Types and Formats.



Java Technologies Supporting XML.



Java API for XML Processing (JAXP).



Java Architecture for XML Binding (JAXB)



Simple API for XML Messaging (JAXM).



Java API for XML-based RPC (JAX-RPC).



Java API for XML Registries (JAXR).



XML and Connector Architecture.



XML and Connector Scenario.



Example Application Processing.



XML Support in Connector Architecture.



10. Building a Resource Adapter.


Implementing a Resource Adapter.



Client API.



Transaction Support Level.



Authentication Mechanism.



Reauthentication Support.



System Contract Interfaces.



Implementing Connection Management.



Connection Factory.



Managed Connection Factory.



Connection Manager.



ManagedConnection.



Connection Handle.



Managing Transactions.



Using Local Transactions.



Handling XAResource Transactions.



Implementing Security Management.



Container Managed Sign-on.



Application Managed Sign-on.



Using the ConnectionRequestInfo Interface.



Handling Connection Events.



Distributing a Resource Adapter.



Packaging a Resource Adapter.



Resource Adapter Deployment Descriptor.



Using an Adapter in the Runtime Environment.



11. Resource Adapter Packaging and Deployment.


Deployment Approaches.



Standalone Deployment.



Bundled Deployment.



Packaging a Resource Adapter.



Deployment and Configuration.



Connection Factory Creation.



Using Packaging and Deployment Tools.



12. Connection Management Contract.


Connection Management Contract.



Contract Overview.



Scenarios.



Creating New Connections.



Matching Existing Connections.



Handling Connection Events.



Non-Mangaed Environment.



Connection Management Classes and Interfaces.



ConnectionFactory and Connection Interfaces.



Connection Management Contract.



Support for Error Handling.



13. Transaction Management Contract.


Transaction Management Contract.



Local Transaction Management.



example Local Transaction.



Local Transaction Management Contract Interfaces.



XAResource Transaction Management.



XAResource Interface.



Java Transaction API (JTA).



Two-Phase Commit Protocol.



Requirements for Transaction Management Contract.



Connection Sharing.



Connection Sharing and Local Transactions.



Transaction Scenarios.



Transaction Setup.



Transaction Cleanup.



14. Security Management Contract.


Interfaces and Classes.



Subject Class.



Principle Interface.



PasswordCredential.



GenericCredential Interface.



ManagedConnectionFactory Interface.



Security Management Contract.



Resource Adapter to Application Server Contract.



Application Server to Resource Adapter Contract.



15. Future Directions.


Connector Architecture 2.0.



Asynchronous Resource Adapter Support.



Java Message Service Provider Pluggability.



XML Support in Common Client Interface.



Common Client Interface Metadata Support.



J2EE and EAI.



16. The SAP Connector.


Architecture of SAP Systems.



SAP's Remote Function Call.



The Java Connector (JCO).



Architecture of the SAP Connector.



Connection Management of the SAP Connector.



Transaction Management of the SAP Connector.



Security Management of the SAP Connector.



The Common Client Interface of the SAP Connector.



Example.



Package and Class Declaration.



Member Variables.



Getting the Bank List.



Creating a New Bank.



17. Developing Applications with JCA-based Tools.


Enterprise Access Builder (EAB) 101.



JCA Application Development Process.



Overview of the Application.



Using the EAB Session Bean Tool.



Using the Session Bean Editor.



Testing the Application in the WebSphere Test Environment.



Moving Your Application to the WebSphere Application Server.



Deploying the RAR File.



Specifying the Connection Pooling Properties.



Assembling and Deploying the Application onto the WebSphere Application Server.



Using the Deployed Application.



Future Directions.



References.



18. Embracing the J2EE Connector Architecture: The BEA WebLogic Experience.


WebLogic Server's Implementation of the J2EE Connector Architecture Specification.



WebLogic Server Supplementary Deployment Descriptor.



Extended Connection Pool Services.



Example weblogic-ra.xml Deployment Descriptor.



Deployment Descriptor Editor.



Monitoring a Resource Adapter in the WebLogic Server Environment.



WebLogic Integration 2.0.



Application Views.



Adapter Development Kit (ADK).



BEA Partners Adopting the J2EE Connector Architecture.



References.



Appendix A. API Reference.


Glossary.


Index. 0201775808T12042001