Search
Go

Shop by category
 
Beginning Java™ EE 6 Platform with GlassFish™ 3: From Novice to Professional (Expert's Voice in Java Technology)
Email a friendView larger image

Beginning Java™ EE 6 Platform with GlassFish™ 3: From Novice to Professional (Expert's Voice in Java Technology)

List Price: $44.99
Our Price: $29.69
You Save: $15.30 (34%)
Shipping: This item ships for FREE with Super Saver Shipping.
SKU:

Z1430219548Z4

In Stock
Usually ships in 1 business days

Note: Item may be sold and shipped by another company. Learn more.
Product Promotions:
  • Buy $50 in qualifying physical textbooks, get $2 in Amazon MP3 Credit.  Here's how (restrictions apply)
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 expert’s perspective on enterprise Java technologies.

What you’ll 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

  1. Java EE 6 at a Glance
  2. Java Persistence
  3. Object-Relational Mapping
  4. Managing Persistent Objects
  5. Callbacks and Listeners
  6. Enterprise Java Beans
  7. Session Beans and the Timer Service
  8. Callbacks and Interceptors
  9. Transactions and Security
  10. JavaServer Faces
  11. Pages and Components
  12. Processing and Navigation
  13. Sending Messages
  14. SOAP Web Services
  15. RESTful Web Services
Product Details:
Author: Antonio Goncalves
Paperback: 500 pages
Publisher: Apress
Publication Date: May 25, 2009
Language: English
ISBN: 1430219548
Product Length: 9.3 inches
Product Width: 7.0 inches
Product Height: 1.3 inches
Product Weight: 1.9 pounds
Package Length: 9.2 inches
Package Width: 7.5 inches
Package Height: 1.1 inches
Package Weight: 1.94 pounds
Average Customer Rating: based on 22 reviews
Customer Reviews:
Average Customer Review: 4.0 ( 22 customer reviews )
Write an online review and share your thoughts with other customers.


Most Helpful Customer Reviews

19 of 20 found the following review helpful:

2Good .. But .. Not for Beginners nor Professionals !Feb 03, 2010
By Yasser Helmy Youssef "yasserhy"
although the title of the book starts with "Beginning", it doesn't mean that it will actually start from scratch!! this book is for professionals only and it assumes that you already know Java EE 5 ! although the author did try to write some topics for the beginners, but it seems that he had put them there just for the sake of the book title :)

also, when you get this book, don't expect to find "details"! it is very hard to talk about the whole Java EE 6 in one single book! indeed, the book shows you the "new" features in Java EE 6 but it doesn't go deep into anything!

so, the book is not for beginners cause it assumes (even if they didn't say so) that you know Java EE 5 .. and it is not for professionals as it's not saying much!

AT THE END:
if you know Java EE 5 .. get this book .. it will tell you what's new in Java EE 6 and you are good to go ! if you don't know Java EE 5, keep looking for a good book for beginners

hope this helps

17 of 19 found the following review helpful:

5Review by Celinio FernandesAug 13, 2009
By Developpez.com writers
Antonio Goncalves, if you do not know him yet, is the co-founder of the Paris JUG and is a member of the experts committees regarding the following JSRs : JSR-316 (Java EE 6), JSR-317 (JPA 2.0) et JSR-318 (EJB 3.1). This is his second book. He has been recently awarded the title of Java champion.
Alexis Moussine-Pouchkine (GlassFish team) wrote the foreword.

The 1st chapter enumerates a list of new features introduced in Java EE 6. An e-commerce application (CDs and books sales) is developed in the chapters. And the installation of the used softwares is described.
The chosen application server is GlassFish v3 of course, the first one to support Java EE 6 and also the only one at the moment.

Chapters 2 to 5 deal with the Java Persistence API (JPA), in its version 2.0. As a reminder, the JPA version in Java EE 5 is 1.0 .

The 2nd chapter offers a small sample of persistance of an entity bean, with the help of JUnit for the tests, Maven for the compilation and the execution, Derby for the database.

In the 3rd chapter the author explains numerous ORM annotations of the version 1.0 of the JPA but also the new annotations of the JPA 2.0 (@ElementCollection, @MapKeyColumn, ...). The section on the mapping of relations between entities is well detailed and is certainly very useful for anyone who has forgotten these annotations and wishes to quickly learn them again. rapidement.

Same thing for the 4th chapter, it is very exhaustive in its explications of the persistance. The new features of JPA 2.0 are of course introduced (second-level caching, pessimistic locking ...).

The 5th chapter also gives exhaustive explanations on callback methods and entity listeners.

Chapters 6 to 9 focus on session beans and EJB timer services. The author shows the use of an embedded container, a new feature in the 3.1 version.

Chapter 6 is a very short chapter which explains briefly the new features in EJB 3.1. These new features are used in the next chapters.
A first small example shows the user of the embedded container and the JNDI lookup JNDI through a standard name.

Chapter 7 does a description of stateless and stateful session beans, with examples.
Session beans singletons are explained in details, with a lot of code to illustrate the features around them (initialisation, chaining, concurrence). The other features (standardized JNDI, dependency injection, asynchrones calls with session beans, embedded container, improved timer service) are also rich in examples of code.

Nothing particular to mention about chapter 8. The author does a classical description of the lifecycles of session beans and singletons, callback methods and interceptors (chaining, exclusion).

Chapitre 9 : Once again, a classical and exhaustive description of the 2 transaction modes (container or bean) in EJBs is done. And it also provides good explanations about security-related annotations.

Chapitre 10 : presentation of JSF 2.0. An example shows the development of a JSF 2.0 web application using a business tier based on EJB 3.1 and a persistence layer based on JPA 2.0.

In chapter 11, the author writes some reminders about HTML, CSS, JSP, EL and JSTL.
Facelets are favored against JSP as PDL (Presentation Declaration Language) for JSF. The author also tells us about the JSF HTML components and shows the creation and use of components / widgets with JSF 2.0.

Chapter 12 : a lot of explanations support the presentation of the capabilities in JSF 2.0 regarding the treatment of requests (lifecycle), the navigation, conversion and validation of data, as well as AJAX support.

Chapter 13 : The JMS API is explained in details before the use of MDB EJBs with OpenMQ, the default messaging provider for GlassFish, and their compilation and deployment with Maven.

Chapter 14 : Main features of Web Services (WSDL, SOAP ...) are explained. The author shows the use of annotations of the JAX-WS model, according to the JSR-181 specification, for the creation and the call of web services by a consumer.

Chapter 15 : this last chapter does not lack any interest since it introduces the new type of Web Service, RESTful.
It is detailed using the annotations of the JAX-RS API which is part of Java EE 6.

Conclusion : The code is available on the Apress editions website.
I liked the educational approach of the book : in certain chapters, there is a "Putting it all together" section which makes use of the notions explained previously.

10 of 10 found the following review helpful:

5Your best bet for a beginning understanding of Java EE 6 and Glassfish 3Aug 23, 2009
By klingmeister
I have perhaps almost 200 books on computer programming and IT (I began programming in 1962). Rarely have I seen a book that is as clear and concise as this one. Goncalves gives a deep and thorough introduction to each of the main topics. His writing style is excellent prose and easy to follow. If his future books are as valuable as this one, I'll place him among the ten best programming technology writers we have today. I look forward to his next book.

3 of 3 found the following review helpful:

5The best tech book purchase I've made this year!Oct 07, 2009
By C. Johnson
I expected to get a book extolling the virtues of GlassFish and a list of differences between Java EE 5 and 6. What I received is a most thorough tutorial on many aspects of Java EE, with several chapters devoted to each topic, covering the basics as well as the new EE 6 features. More practical useful knowledge in one place than I ever expected. I generally don't write reviews for tech books, but this was definitely money well spent. Well done!

7 of 9 found the following review helpful:

2Modern but full of errors in the examplesFeb 02, 2010
By Neuron
This is a book that will give you an introduction to JEE. The are two problems with the book however, annoying errors in the examples and an unstructured presentation. This is not a bad book by any means, but its a book written in haste were the author assume that you read the whole book and not just the parts you are interested in.
-To show this is not just a rant, The code for chapter 10 needs a lot of improvement, basic errors such as redirecting a request bean gave me a lot of headache.
-The fact that I have to read 10 chapters just to get a complete overview of how JSF works, which he starts out with in chapter one.

Most people starting out with Java don't go with Maven, but rather Netbeans. Still this book doesn't even mention Netbeans..?

See all 22 customer reviews on Amazon.com
About Us   Contact Us
Privacy Policy Copyright © , Security Books. All rights reserved.
Web business powered by Amazon WebStore