Beginning Java EE 6 Platform with Glassfish 3 - From Novice to Professional by Antonio Goncalves

I bought this book on 6/1/2009 and stopped at chapter 6 because Glassfish 3 didn't support the EJB example.
On 9/16 EJBContainer was finally implemented in the GlassFish V3 Promoted Build, so I tried again.

Now my latest problem is with the MainContainer class. It can't find javax.ejb.embeddable.EJBContainer……..

The book is at http://www.apress.com/book/view/9781430219545
Latest source code at http://antoniogoncalves.org/xwiki/bin/download/Main/Attach/JavaEE6.zip

The author answers questions at http://getsatisfaction.com/javaee6 and blogs at http://agoncal.wordpress.com/

Chapter 2
Chapter 6
Chapter 10

Java EE 6 is an important milestone. Not only does it follow the steps of Java EE 5 by focusing
on an easier development model, it also adds new specifications and brings profiles and
pruning to make it lighter. The release of Java EE 6 coincides closely with the tenth anniversary
of the enterprise platform. It combines the advantages of the Java language with experience
gained over the last ten years.

Throughout the book, there are snippets of code dealing with entities, EJBs, JSF pages, JMS
listeners, and SOAP or RESTful web services. They all belong to the CD-BookStore application.
This application is a very simple e-commerce web site that allows customers to browse a catalog
of books and CDs on sale. The application has external interactions with a bank system to validate
credit card numbers.

Page tags: beginning-java-ee-6
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License