Designing Enterprise Applications with the Java 2 Platform, Enterprise Edition (Paperback)

Nicholas Kassem, Enterprise Team

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

商品描述

 

Description

 

 

The start-to-finish guide to maximizing enterprise application development with J2EE!

  • A timely and authoritative resource for both business and technical decision-makers -- straight from Sun Microsystems.
  • Covers every key element of the J2EE platform: servlets, JSP, JDBC, JNDI, Java Message Service, JavaBeans, and EJB.
  • Includes detailed coverage of e-commerce applications, plus a complete case study.

In this book, a team of Sun engineers presents the first start-to-finish guide to enterprise application development with the Java 2 Platform, Enterprise Edition (J2EE). This book covers every component of J2EE, providing "best practices" principles for building secure, high-performance multi-tier enterprise applications, plus a detailed case study showing exactly how to get the job done. The authors begin with an insider's overview of the J2EE platform, and how it can be used. They review each key component, platform, service, and communication technology provided by J2EE; then walk through enterprise development one tier at a time, showing how to leverage J2EE most effectively. The book covers each area: the client tier, Web tier, Enterprise JavaBeans tier, and Enterprise Information System tier, as well as practical techniques for packaging and deployment; extensive coverage of transactions, plus details on the J2EE security model. With the launch of the J2EE Platform, this book is the ideal one-stop resource for IT managers, web providers, EJB developers, database administrators, system administrators and system integrators.

Nick Kassem is Senior Staff Engineer at Sun Microsystems, and one of the architects of Java 2 Enterprise Edition. The Enterprise Team comprises several of the most knowledgeable J2EE engineers on Earth: the designers of the Java Enterprise Application Model.

Back to Top

 

Table Of Contents

 

Foreword.
Preface.
1. Introduction.

 

Challenges of Enterprise Application Development.
The Platform for Enterprise Solutions.
J2EE Application Scenarios.
Summary.


2. J2EE Platform Technologies.

 

Component Technologies.
Platform Roles.
Platform Services.
Service Technologies.
Communication Technologies.
Summary.


3. The Client Tier.

 

 

Requirements and Constraints.
Overview of Client Options.
Web Clients.
EJB Clients.
Enterprise Information System Clients.
Designing for Multiple Types of Client.
Summary.


4. The Web Tier.

 

 

Web Applications and Web Containers.
Dynamic Content Creation.
Servlets and JSP Pages.
JSP Page Design.
Internationalization and Localization.
Application Designs.
Application Migration.
Summary.


5. The Enterprise JavaBeans Tier.

 

 

Business Logic.
Enterprise Beans as J2EE Business Objects.
Entity Beans.
Session Beans.
Design Guidelines.
Summary.


6. The Enterprise Information System Tier.

 

 

Enterprise Information System Capabilities and Limitations.
Enterprise Information System Integration Scenarios.
Relational Database Management System Access.
Other Enterprise Information System Access.
Application Component Provider Tasks.
Application Programming Model.
Programming Access to Data and Functions.
Connections.
Security.
J2EE Connector Architecture.
Summary.


7. Packaging and Deployment.

 

 

Roles and Tasks.
Packaging J2EE Applications.
Deployment Descriptors.
Deployment Tools.
Summary.


8. Transaction Management.

 

 

Properties of Transactions.
J2EE Platform Transactions.
Scenarios.
JTA Transactions.
Transactions in Applets and Application Clients.
Transactions in Web Components.
Transactions in Enterprise Beans.
Transactions in Enterprise Information Systems.
Summary.


9. Security.

 

 

Security Threats and Mechanisms.
Authentication.
Authorization.
Protecting Messages.
Auditing.
Summary.


10. The Sample Application.

 

 

Application Functionality.
Application Architecture.
The View.
The Model.
Implementation.
The Controller.
MVC Summary.
Stateless Services.
Deployment.
Transactions.
Security.
Summary.


Afterword.
Glossary.
Index. 0201702770T04062001


Back to Top

 

 

商品描述(中文翻譯)

描述

J2EE企業應用程式開發的從頭到尾指南!

- 及時且權威的資源,適用於商業和技術決策者,直接來自Sun Microsystems。
- 涵蓋J2EE平台的每個關鍵元素:servlets、JSP、JDBC、JNDI、Java Message Service、JavaBeans和EJB。
- 包括對電子商務應用程序的詳細介紹,以及完整的案例研究。

在這本書中,一個Sun工程師團隊呈現了第一本關於Java 2平台企業版(J2EE)企業應用程式開發的從頭到尾指南。本書涵蓋了J2EE的每個組件,提供了建立安全、高性能多層企業應用程式的“最佳實踐”原則,並提供了詳細的案例研究,展示了如何完成工作。作者們首先從內部人士的角度概述了J2EE平台及其使用方式。他們回顧了J2EE提供的每個關鍵組件、平台、服務和通信技術;然後逐層介紹企業開發,展示如何最有效地利用J2EE。本書涵蓋了每個領域:客戶端層、Web層、企業JavaBeans層和企業信息系統層,以及打包和部署的實用技術;廣泛涵蓋交易,以及J2EE安全模型的詳細信息。隨著J2EE平台的推出,本書是IT經理、網絡提供商、EJB開發人員、數據庫管理員、系統管理員和系統集成商的理想一站式資源。

Nick Kassem是Sun Microsystems的高級工程師,也是Java 2企業版的架構師之一。企業團隊由幾位最有知識的J2EE工程師組成:Java企業應用模型的設計師。

目錄

- 前言
- 前言
- 1. 簡介
- 2. J2EE平台技術
- 3. 客戶端層