Enterprise JavaBeans (Java Series)

Enterprise JavaBeans (Java Series)

by RichardMonson-Haefel (Author)

Synopsis

This third edition has been thoroughly revised to include complete coverage of three major changes in the EJB 2.0 specification: a new version of container-managed persistence; local interfaces; and a totally new kind of bean called the "message driven bean." The third edition also contains an architecture overview, information on resource management and primary services, design strategies, and XML deployment descriptors. 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. This text examines this critical CMP model in detail. The book also discusses local interfaces, which 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 third edition contains an architecture overview, information on resource management and primary services, design strategies, and XML deployment descriptors.

$3.24

Save:$36.72 (92%)

Quantity

1 in stock

More Information

Format: Paperback
Pages: 592
Edition: 3
Publisher: O'Reilly Media
Published: 28 Sep 2001

ISBN 10: 0596002262
ISBN 13: 9780596002268

Author Bio
Richard Monson-Haefel is one of the world's leading experts on Enterprise JavaBeans. He is the architect of OpenEJB, an open source EJB container, and has consulted as an architect on Enterprise JavaBeans, CORBA, Java RMI and other distributed computing projects over the past several years. Richard is the co-author of O'Reilly's Java Message Service, as well as author of numerous articles. He maintains jMiddleware.com , a website with resources and articles dedicated to the discussion of EJB, JMS, J2EE and other Java middleware technologies.