Enterprise JavaBeans, 2/e

Richard Monson-Haefel

  • 出版商: O'Reilly
  • 出版日期: 2001-09-11
  • 售價: $1,520
  • 貴賓價: 9.5$1,444
  • 語言: 英文
  • 頁數: 489
  • 裝訂: Paperback
  • ISBN: 1565928695
  • ISBN-13: 9781565928695
  • 相關分類: Java 程式語言
  • 已絕版

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

商品描述

Enterprise JavaBeans (versions 1.1 and 1.0) is an important technology for server-side application development in Java. It offers a component architecture for developing distributed, multitiered enterprise applications. This model allows you to build complex, mission-critical systems using simple snap-together pieces that model individual business objects and processes. Enterprise JavaBeans (EJB) greatly simplifies the process of development by automatically taking care of system issues like object persistence and transaction management.This book provides a thorough introduction to EJB 1.1 and 1.0 for the enterprise software developer. It shows you how to develop enterprise Beans to model your business objects and processes. One powerful advantage of the EJB architecture is that it allows you to partition work appropriately between different parts of the system: the database provides persistence, your Beans model various business entities and the interactions between them, and your client application provides a user interface, but incorporates minimal business logic. The end result is a highly flexible system built from components that can easily be reused, and that can be changed to suit your needs without upsetting other parts of the system.Enterprise JavaBeans, 2nd Edition teaches you how to take advantage of the flexibility and simplicity that this powerful new architecture provides.This book covers:

  • Enterprise JavaBeans 1.1 and 1.0
  • Developing entity Beans and session Beans
  • XML Deployment Descriptors
  • Using the client-side API to use enterprise Beans
  • Transaction Management
  • Design Strategies
  • Introduction to J2EE