Enterprise JavaBeans

Enterprise JavaBeans was recently voted "Best Java Book" by the editors and readers of Java Developer's Journal. Readers of JavaPro named it the "Best Java Book for Experts." And Amazon.com included it in the Top Computer Books for 2000. Now the best only gets better! In the...

Full description

Bibliographic Details
Main Author: Monson-Haefel, Richard
Format: eBook
Language:English
Published: Sebastopol, CA O'Reilly 2001
Edition:3rd ed
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03627nmm a2200349 u 4500
001 EB001919670
003 EBX01000000000000001082572
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
050 4 |a QA76.73.J38 
100 1 |a Monson-Haefel, Richard 
245 0 0 |a Enterprise JavaBeans  |c Richard Monson-Haefel 
246 3 1 |a Enterprise Java Beans 
250 |a 3rd ed 
260 |a Sebastopol, CA  |b O'Reilly  |c 2001 
300 |a xix, 567 pages  |b illustrations 
505 0 |a Includes bibliographical references and index 
505 0 |a 1. Introduction -- 2. Architectural Overview -- 3. Resource Management and the Primary Services -- 4. Developing Your First Enterprise Beans -- 5. The Client View -- 6. EJB 2.0 CMP: Basic Persistence -- 7. EJB 2.0 CMP: Entity Relationships -- 8. EJB 2.0 CMP: EJB QL -- 9. EJB 1.1 CMP -- 10. Bean-Managed Persistence -- 11. The Entity-Container Contract -- 12. Session Beans -- 13. Message-Driven Beans -- 14. Transactions -- 15. Design Strategies -- 16. XML Deployment Descriptors -- 17. Java 2, Enterprise Edition -- A. The Enterprise JavaBeans API. 
653 |a JavaBeans / fast 
653 |a Certification 
653 |a Java (Computer program language) / fast 
653 |a Java (Langage de programmation) 
653 |a JavaBeans / http://id.loc.gov/authorities/names/n97064596 
653 |a Java (Computer program language) / http://id.loc.gov/authorities/subjects/sh95008574 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 0596002262 
776 |z 9780596002268 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596002262/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.2/762 
520 |a Enterprise JavaBeans was recently voted "Best Java Book" by the editors and readers of Java Developer's Journal. Readers of JavaPro named it the "Best Java Book for Experts." And Amazon.com included it in the Top Computer Books for 2000. Now the best only gets better! In the new 3rd edition, Enterprise JavaBeans has been completely revised and updated with a thorough introduction to the new 2.0 version of the EJB specification. Significantly different from the earlier version, the 2.0 specification introduces three dramatic improvements: A completely new version of container-managed persistence; local interfaces; and a totally new kind of bean called the "message driven bean." The new version of container-managed persistence (CMP) beans in 2.0 is more portable and robust than in the older 1.1 version. Most significant is the introduction of the relationship fields, which allow entity beans to declare relationships with each other as natural references. In order to make this huge leap in component relationships possible, EJB 2.0 had to redesign how entity beans are defined and interact. Our new 3rd edition examines this critical CMP model in detail. Local interfaces are thoroughly discussed as well. Local interfaces allow beans that are co-located to interact without the overhead of remote method calls. This improves the performance of beans considerably and complements the CMP relationship fields. Message driven beans are a new kind of enterprise bean based on asynchronous messaging and the Java Message service (JMS). Instead of responding to Java RMI calls, message driven beans process JMS messages sent by messaging clients. An entire chapter is devoted to message-driven beans and how to use them effectively. In addition, the 3rd edition contains an architecture overview, information on resource management and primary services, design strategies, and XML deployment descriptors