JavaBeans 3.0 企业版手册 Mastering Enterprise JavaBeans 3.0

分類: 图书,进口原版书,科学与技术 Science & Techology ,
作者: Rima Patel Sriganesh, Gerald Brose, Micah Silverman 著
出 版 社: 吉林长白山
出版时间: 2007-8-1字数:版次: 1页数: 685印刷时间: 2006/12/01开本:印次:纸张: 胶版纸I S B N : 9780471785415包装: 平装内容简介
Featuring myriad changes from its previous versions, EJB 3.0 boasts a very different programming and deployment model, with nearly every aspect of development affected. Even the most experienced EBJ and J2EE developers will need to relearn how to best use EJB to develop mission-critical applications. This author team of experts has taken their combined skills in architecture, development, consulting, and knowledge transfer to explain the various changes to EJB 3.0 as well as the rationale behind these changes. You'll learn the concepts and techniques for authoring distributed, enterprise components in Java from the ground up.
Covering basic through advanced subjects, Mastering Enterprise JavaBeans 3.0 is more than 50 percent new and revised. Four new chapters and one new appendix cover the latest features of this new release, and in-depth coverage of the Java Persistence API and the entities defined therein is provided. The authors' main goal is to get you programming with EJB immediately. To that end, you'll learn:
* How to implement EJB 3.0 beans, with emphasis on session beans (stateful and stateless) and message-driven beans
* Both basic and advanced concepts (such as inheritance, relationships, and so on) of Java Persistence API defined entities
* How to develop and deploy EJB 3.0 Web services
* How to secure EJB applications
* How to integrate EJB applications with the outside world via the Java EE Connector technology
* Tips and techniques for designing and deploying EJB for better performance
* How clustering in large-scale EJB systems works
* Best practices for EJB application design, development, and testing
作者简介
Rima Patel Sriganesh is a staff engineer in the technology outreach group at Sun Microsystems, Inc. She speaks frequently at major industry conferences and is a coauthor of Mastering Enterprise JavaBeans, Third Edition (Wiley).
目录
About the Authors
Acknowledgments
Introduction
Part I Overview
Chapter 1 Overview
A Prelude to Enterprise JavaBeans
Infrastructure Needs of Distributed Applications
Enterprise JavaBeans Technology
Service-Oriented Architectures and Enterprise JavaBeans
Divide and Conquer to the Extreme with Reusable Services
The Java Platform, Enterprise Edition 50 (Java EE)
Summary
Chapter 2 Pre-EJB 30: The World That Was
What Constituted a Pre-EJB 30 Enterprise Bean?
Developing and Deploying a Pre-EJB 30 Enterprise Java Bean
Dissecting EJB 2x
Summary
Chapter 3 The New Enterprise JavaBean
Introducing EJB 30
The EJB 30 Simplified API
Packaging and Deployment of the “New” Bean
Summary
Part II The Triad of Beans and Entities
Chapter 4 Introduction to Session Beans
Session Bean Lifetime
Session Bean Subtypes
Special Characteristics of Stateful Session Beans
Summary
Chapter 5 Writing Session Bean Web Services
Web Services Concepts
Implementing a Web Service
Implementing a Web Service Client
Summary
Chapter 6 Java Persistence: Programming with Entities
Object-Relational Mapping
What Is an Entity?
The EntityManager API
Summary
Chapter 7 Introduction to Message-Driven Beans
Chapter 8 Adding Functionality to Your Beans
Part III Advanced Enterprise JavaBeans Concepts
Chapter 9 Advanced Persistence Concepts
Chapter 10 Transactions
Chapter 11 Security
Chapter 12 EJB Timers
Chapter 13 EJB Best Practices
Chapter 14 EJB Performance Optimizations
Chapter 15 EJB Integration
Chapter 16 Clustering
Chapter 17 EJB-Java EE Integration: Building a Complete Application
Summary
Index