Customer Reviews


49 Reviews
5 star:
 (39)
4 star:
 (5)
3 star:
 (1)
2 star:
 (4)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


43 of 44 people found the following review helpful:
5.0 out of 5 stars Excellent introduction to EJB
It is obvious that much editing went into this book. It is clear, concise, and contains few errors. Although it is 'short' compared to other technical tomes, it does not short-change the topic covered. I wish all technical books were of this quality.

This book provides an excellent overview to what Enterprise JavaBeans are and then goes into details on how to...

Published on December 6, 1999 by Becky Roeder

versus
7 of 8 people found the following review helpful:
2.0 out of 5 stars A mediocre introduction to EJB
Upon first reading this book, I didn't know to think little of it. Then I took reading other EJB books and found this one wanting for the following reasons: Entity Beans are described prior to describing Session Beans (when Entity Beans can be likened to specialized Stateful Session Beans), at no time did the book clearly and concisely state the bare minimum necessary...
Published on June 12, 2000 by E. D. Light


‹ Previous | 1 25| Next ›
Most Helpful First | Newest First

43 of 44 people found the following review helpful:
5.0 out of 5 stars Excellent introduction to EJB, December 6, 1999
By 
Becky Roeder (Columbus, Ohio) - See all my reviews
This review is from: Enterprise JavaBeans (Paperback)
It is obvious that much editing went into this book. It is clear, concise, and contains few errors. Although it is 'short' compared to other technical tomes, it does not short-change the topic covered. I wish all technical books were of this quality.

This book provides an excellent overview to what Enterprise JavaBeans are and then goes into details on how to use them. If all you need is an high-level understanding of EJBs, chapters 1-3 are for you. If you will be developing EJBs read chapters 1-9.

You do need prior experience with Java and JDBC to get the most out of the examples. The provided diagrams are effective, I just would have liked seeing a few more at the point when new concepts are being presented.

This will be a book I will continue to reference as I develop EJBs.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


29 of 31 people found the following review helpful:
5.0 out of 5 stars "The" book for Enterprise Java Beans, November 19, 1999
By A Customer
This review is from: Enterprise JavaBeans (Paperback)
I am currently working on a large Internet application project using Application server with EJB and was looking for "the" EJB book. And I found O'Reilly's Enterprise JavaBeans by Richard Monson. The book is already being well talked amongst EJB developers and a leading resource to EJB community. As a feather to the cap, this book is recommended in our corporate training session on application server being provided by Netscape.

The key plus point of the book is that it covers both development concepts as well as behind the scene issues which provides clear understanding of EJB and its development.

Chapter 1 talks about various concepts of CTM and Server side component model and gives good insight about distributed object architecture. Chapter 2 explains the EJB architecture from the developer's point of view. But the author has also explained the role of EJB container. Chapter 3 gives an excellent overview of various primary services and also resource management issues. This includes the concepts of transaction, persistence, Naming, Security, Instance pooling etc.

Chapter 4 and 5 takes through the steps required to develop server side as well as client side codes. Moreover the cruise line illustration is quite simple and easy to understand. Chapter 6 and 7 explains the life cycle of Entity and session beans clearly explaining the concepts of bean-managed and container-managed persistence and stateful and stateless session beans. The key concepts are well represented through suitable diagrams. Chapter 8 gives detailed insight to various issues related to transaction management including Declarative transaction, Isolation, Explicit transaction management etc. Especially, all the transaction attributes are represented through flow charts for easy and thorough understanding.

Last and most important chapter discusses design strategies, which is the crux of any EJB based application development. It explains the issues to be considered during the design of the componentization model including Passing objects by values, Object to relational mapping tools, Implementing a common interface etc.

A 'must' to all EJB developers.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 11 people found the following review helpful:
5.0 out of 5 stars Cool book - but be sure to buy the new SECOND EDITION!, April 2, 2000
By 
This review is from: Enterprise JavaBeans (Paperback)
Easy to understand in depth no nonsence coverage of EJB 1.0 - BUT you would better of buying the new second edition that covers EJB 1.1!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars Want to learn about EJB? Get this book, March 7, 2000
This review is from: Enterprise JavaBeans (Paperback)
A very thorough grounding in EJB. This book can be carried (it's only 320 pages) and still manages to get all of the key concepts across. It builds up the reader's knowledge by starting at a high level and then getting deeper as the book goes on, with detailed explanations of the sample code. You can try out the samples yourself but just reading the book provides a good EJB education. Strongly recommended.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 8 people found the following review helpful:
2.0 out of 5 stars A mediocre introduction to EJB, June 12, 2000
This review is from: Enterprise JavaBeans (Paperback)
Upon first reading this book, I didn't know to think little of it. Then I took reading other EJB books and found this one wanting for the following reasons: Entity Beans are described prior to describing Session Beans (when Entity Beans can be likened to specialized Stateful Session Beans), at no time did the book clearly and concisely state the bare minimum necessary to implement a Entity and Session Beans, and the book seemed to assume prior knowledge of other Java technologies such as JNDI and RMI.

As I stated above, there are other books out there (that I will not name as I believe that I had a review censored for naming a book) that more clearly delineate what an EJB developer needs to know to hit the ground running. Look elsewhere.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Real EJB Developers Want and Use This Book, November 22, 1999
By 
This review is from: Enterprise JavaBeans (Paperback)
I've read the book cover to cover and found it an excellent description of both the "hows" and more importantly the "whys" of EJB. It helped move me from the buzz-word/magazine article knowledge level to a thorough understanding of the technology -- including its current shortcomings.

I am working on an EJB project and and affiliated with several others. There are five or six copies of the book floating around and we need more because we (the architects and developers, not the managers) keep borrowing them back and forth.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars Wonderful book, October 16, 1999
This review is from: Enterprise JavaBeans (Paperback)
I just finished reading this book today. As a member of the EJB community and an author myself, I can confidently say that Richard has done a superb job on this book. My favorite parts are when he goes into how stubs/skeletons work in chapter 1, his section on design strategies, and his accompanying web site. I commend Richard for his great work, and would recommend this book to anyone interested in quickly ramping up on how EJB really works.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
3.0 out of 5 stars Good intro but lacks depth, March 1, 2000
By 
This review is from: Enterprise JavaBeans (Paperback)
This book isn't a bad introduction to the topic. However if your looking for depth I would suggest you look elsewhere. For senior developers looking to tackle real world problems their's not enough here to really get you going.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 8 people found the following review helpful:
2.0 out of 5 stars Save your money, October 18, 1999
By A Customer
This review is from: Enterprise JavaBeans (Paperback)
If you really want to "MASTER" EJB then buy 'Mastering Enterprise JavaBeans' by Ed Roman. Its a lot better with complete REAL world examples (there are 13 commercial level beans included with the book). The O'Reilly book does not explain the concepts clearly and is also lacking in examples. Ed Romans' book is the best book on EJB you can find on the market and is truely a masterpiece. If you are going to uy just one EJB book I would recomment Ed Roman's book. It also covers advanced topics like RMI over IIOP...
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars A good book to started on EJB, October 22, 1999
By 
This review is from: Enterprise JavaBeans (Paperback)
I just wanted to say that I found this to be good book on Enterprise Java Beans (EJB). I am currently using this book to write a few applications and found it to be useful. This is definitely not a place for JDBC reference. I don't understand why people are complaining about this book not covering JDBC.

The author covers the fundamental concepts of EJBs very much without getting bogged down with proprietary information.

I definitely recommend this book. I only thing I regret is the lack of a CD rom with the code examples. Right now, I am having to type all the code.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 25| Next ›
Most Helpful First | Newest First

This product

Enterprise JavaBeans
Enterprise JavaBeans by Richard Monson-Haefel (Paperback - June 1999)
Used & New from: $0.01
Add to wishlist See buying options