Related Titles
- Full Description
-
Java Enterprise Edition (Java EE) continues to be one of the leading Java technologies and platforms from Oracle (previously Sun). Beginning Java EE 6 Platform with GlassFish 3, Second Edition is this first tutorial book on the final (RTM) version of the Java EE 6 Platform.
Step by step and easy to follow, this book describes many of the Java EE 6 specifications and reference implementations, and shows them in action using practical examples. This book uses the new version of GlassFish 3 to deploy and administer the code examples.
Written by an expert member of the Java EE 6 specification request and review board in the Java Community Process (JCP), this book contains the best information possible, from an experts perspective on enterprise Java technologies.
What youll learn
- Get started with the final version of the Java EE 6 Platform.
- Explore and use the new EJB 3.1 and JPA 2.0 APIs from entities to session beans to message-driven beans, and more.
- Discover the web tier development APIs including JSPs, JSTL, and Expression Language, and especially JSF 2.0 and Facelets.
- Uncover the new web services, RESTful services, and more available in Java EE 6.
- Create dynamic user interfaces for your enterprise and transactional Java applications.
Who this book is for
This book is for advanced Java programmers as well as Java EE 6 beginners. Architects will also find information about how to layer their Java EE applications.
- Table of Contents
-
Table of Contents
- Java EE 6 at a Glance
- Java Persistence
- Object-Relational Mapping
- Managing Persistent Objects
- Callbacks and Listeners
- Enterprise Java Beans
- Session Beans and the Timer Service
- Callbacks and Interceptors
- Transactions and Security
- JavaServer Faces
- Pages and Components
- Processing and Navigation
- Sending Messages
- SOAP Web Services
- RESTful Web Services
- Source Code/Downloads
- Errata
-
If you think that you've found an error in this book, please let us know about it. You will find any confirmed erratum below, so you can check if your concern has already been addressed.
On page 51:
The error isn't on page 48, but rather there is a problem with the source code for Chapter 2. In the pom.xml file for chapter 2 code, the dependencies javax.persistence and eclipselink both use version 1.1.0-snapshot. This does not work for me, and furthermore in the text, page 51, it shows the pom.xml without snapshot appended.
On page 196-197:The 'mvn package' command is discussed in page 196. However, the result of this command appears to depend on the BookEJBTest class, whose modification is discussed later in the next page. If a reader is developing as she is reading the book, she would not have modified the BookEJBTest class when reading page 196. The 'mvn package' command execution will give errors.









