• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Enterprise JavaBeans 3.1

 
Bartender
Posts: 962
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Author/s    : Andrew Lee Rubinger, Bill Burke
Publisher   : O'Reilly Media
Category   : Enterprise JavaBeans
Review by : Jaikiran Pai
Rating        : 8 horseshoes

Before getting into the review of this book, I would first of all apologize to both the JavaRanch book review team as well as the publishers of this book. They provided me a copy of this book for review, long time back, but until this weekend I never was able to find the time to finish reviewing this book, due to my other commitments.

Moving on to the book review.

"Enterprise JavaBeans 3.1 (6th edition)", attempts to explain the various services provided by EJB3 and how those services can be applied in real world practical applications. The book does a very good job in covering these features and at the same time not overwhelming the readers with the information.

The first few chapters steadily build up the EJB3 concepts and how they be applied in real world applications. The good thing about these chapters is that they do not expose the readers to any code. Once the concepts have been introduced to the users, the next few chapters of the book get into the details of various EJB types. This includes session beans and message driven beans. Each of these chapters first explain the bean type in detail and its usage before getting into an example for that bean type.

Once that's covered, the book then moves onto explaining how an application can use the persistence service API (JPA) along with EJB3. This part is divided into multiple chapters and these chapter cover various details right from explaining what Java Persistence API provides to mapping your database tables to the corresponding Java entities. It further goes on to explain the usage of the query API made available by the JPA spec.

The latter part of the book covers various EJB3 container services like security, transaction, timerservice and dependency injection with EJB3 components (and other server side components in general). The book also has some chapters on using your EJB3 beans as WebService endpoints.

The last part of the book contains a whole lot of examples and a brief introduction to Shrinkwrap (http://jboss.org/shrinkwrap) which is Java API for building archives (like jar, war, ear files) and Arquillian (http://jboss.org/arquillian) which is an in-container testing framework.

Overall, the author does a very good job in covering the entire set of EJB3 features in a very articulate manner. The author stresses more on the concepts and their applicability rather than forcing some code onto the readers. The book does have an entire last section dedicated to examples and code.

A couple of places which I thought could be improved are:

- Ordering of some of the chapters in the book. Part 3 of the book goes into the details of persistence (JPA usage) and for a few chapters you feel that you are reading a book on Java Persistence, rather than Enterprise Java Beans. In my opinion, Part 4 of the book which covers various core EJB3 container services (like transactions, security etc...) should have been switched with Part 3.

- The chapter on MDB, in my opinion, gets a bit too lengthy and perhaps could have to been shortened a bit.

Other than that, I found the book to be very good and a valuable read.

P.S: Although I know the the author of the book personally and we work for the same company and the same team, I've tried to keep this review unbiased.


---
Disclosure: I received a copy of this book from the publisher in exchange for writing this review on behalf of CodeRanch.

More info at Amazon.com
 
Ranch Hand
Posts: 430
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which web server he uses? JBoss? Glassfish? ...
Which database? MySQL? ...
Does he explain based on some IDE?

Thank you!
 
It's exactly the same and completely different as this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic