Book review - Beginning EJB 3 (Java EE 7 Edition)

The book "Beginning EJB 3 Java EE 7 Edition" is one of the best book for a Java developer who wants to get in to Java EE programming. The contents are well structured and you may find smooth flow of topics as you move forward. The book also contains many useful code samples which may help you to grasp the concepts quickly. The book start off with an introduction to EJB3. You will get a chance to learn all necessary things related to EJB in the first two chapters. Then the book discusses the Java Persistence API in simple terms. This is followed by MDB and Web Services. A full chapter is dedicated to discuss interaction between various Java EE components such as session beans, entities, MDB and web services. This book also discusses transaction management in great detail which is good enough to meet most of the generic use cases. Another interesting topic that you may find in this book is Context and Dependency Injection. This is presented in a very simple and easy to follow way.

One thing that I felt missing while scanning though the chapters is that a serious 'technical editing' phase before putting the contents in to production. I feel that publisher had not taken technical review phase seriously. Some topics could have been explained in a little more deeper and some topics could have been cut short.

Overall the "Beginning EJB 3: Java EE 7 Edition" is one of the best book available today in the market for a Java developer who wants to learn Java EE stack.

Comments