Enterprise JavaBeans 2.1

Stefan Denninger, Ingo Peters, Rob Castenada

  • 出版商: Apress
  • 出版日期: 2003-04-08
  • 售價: $1,890
  • 貴賓價: 9.5$1,796
  • 語言: 英文
  • 頁數: 480
  • 裝訂: Paperback
  • ISBN: 1590590880
  • ISBN-13: 9781590590881
  • 相關分類: Java 程式語言
  • 已絕版

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

商品描述

  • Downloadable code samples include Jakarta Ant-based development environment
  • Discusses component paradigm in detail
  • Covers issues beyond the specification

Enterprise JavaBeans (EJB) is a server-side component model for transaction-aware distributed enterprise applications, written in the Java programming language. Enterprise JavaBeans 2.1 details the architecture of the Enterprise JavaBeans component model.

After an introduction to the component paradigm, the EJB architecture basics are introduced. Based on that, the different component types (Session-, Entity-, and Message-driven -Beans) are discussed in detail. An in depth introduction to the Java Message Service (JMS) is provided to understand the ideas behind asynchronous and parallel processing provided through Message-Driven-Beans. Transactions, security, and the newly introduced timer service, round out the book.

Enterprise JavaBeans 2.1 also discusses topics beyond the specification, e.g. inheritance, coupling of EJB components, quality assurance, and more. After reading this book, readers will know the benefits and the limits of EJB. The authors also impart the knowledge necessary for turning business requirements into EJB-based applications.

Contents

Chapter 1: Introduction
Chapter 2: Fundamentals
Chapter 3: The Architecture of Enterprise JavaBeans
Chapter 4: Session Beans
Chapter 5: Entity Beans
Chapter 6: Message-Driven Beans
Chapter 7: Transactions
Chapter 8: Security
Chapter 9: Practical Applications
Chapter 10: Web Services and Scheduling
References