Practical JBoss Seam Projects (Expert's Voice) and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
Practical JBoss Seam Projects (Expert's Voice)
 
 
Start reading Practical JBoss Seam Projects (Expert's Voice) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Practical JBoss Seam Projects (Expert's Voice) [Paperback]

Jim Farley

Price: £31.49 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Want guaranteed delivery by Thursday, May 31? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £20.76  
Paperback £31.49  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Frequently Bought Together

Customers buy this book with Beginning JBoss Seam: From Novice to Professional £29.92

Practical JBoss Seam Projects (Expert's Voice) + Beginning JBoss Seam: From Novice to Professional
Price For Both: £61.41

Show availability and delivery details


Product details


More About the Author

Jim Farley
Discover books, learn about writers, and more.

Visit Amazon's Jim Farley Page

Product Description

Product Description

Practical JBoss® Seam Projects, written by renowned author and enterprise Java practitioner Jim Farley, is expected to be the first practical projects book of its kind on this groundbreaking open source lightweight JSF-EJB3 framework.

 

  • Practical application scenarios are used to demonstrate the nature of the JBoss Seam framework, its efficacy, and its limitations.
  • The series of scenarios and cases demonstrate key elements of the framework (e.g., basic web application development, rich web clients with Ajax, and so forth).
  • Real-world case studies offer valuable insight into the new practices of JBoss Seam Web 2.0 development

 

What you’ll learn

 

  • See how to use the open source lightweight standards-based Seam framework in the context of the Java EE 5 environment.
  • Get a quick, broad primer on Seam by examining a “canonical” web application.
  • Appreciate the JSF extension capabilities offered by Seam (including conversations and breadcrumbs), the use of EJB3 session backing beans, and general persistence management.
  • Get practical help from case studies, such as a PayPal-like web application project.
  • Understand page-flow management provided by Seams jPDL through a working case study.
  • Design rich web user interfaces using Seam and Ajax in another working case study.
  • Discover the workflow and BPM support provided by Seams integration with jBPM.

 

Who this book is for

Intermediate Java developers with fundamental knowledge of enterprise issues and frameworks. Experience or a basic understanding of J2EE/Java EE 5 should suffice.

Table of Contents

  1. Introducing Seam
  2. Seam Configuration and Administration
  3. Component Fundamentals
  4. Contexts and Conversations
  5. Structured Pageflow
  6. Security
  7. Business Process Management
  8. Rich Web Clients

About the Author

Jim Farley is an enterprise Java luminary, author, and expert. He currently works for Infosys as principal architect and is a lecturer at Harvard. His authoring credits include Java Enterprise in a Nutshell.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

There are no customer reviews yet on Amazon.co.uk.
5 star
4 star
3 star
2 star
1 star
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  3 reviews
3 of 3 people found the following review helpful
Outstanding Hands-on Coverage of Seam for Intermediate to Experienced J(2)EE Developers 28 Mar 2008
By Jean-Etienne LaVallee - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
I purchased this book after previewing several other books and online resources in order to get up to speed on both the overall architecture of Seam and get a good concrete hands-on ramp up of the technology for a development project I'm currently working on to transition from a proprietary J2EE MVC application to a Seam-based system.

Farley's approach to establishing a base application using standard JavaEE technologies and API's (JSF, EJB3, POJO gluecode/configs) and then walking the reader through the migration and enhancement of said application with Seam is very well delivered and serves to illustrate both the benefits of Seam as well as provide an understanding of why various aspects of Seam exist (e.g. annotation-and/or-configuration for component binding, enhancement to the JSF response lifecycle, the conversation context and application flow/BPM, etc.). By taking this "Practical" approach, I was able to rapidly get up to speed on the core principles of Seam and move past the usual configuration/familiarization thrash that one encounters when learning a new framework.

The book's presentation is a comfortable conversational style but still well structured and the author takes the time to review and reference core concepts without the burden of diving too deep into the foundational technologies (which can be better researched in their own volumes/sites/forums).

The only criticism I have is lightness on describing how to implement Facelets in Seam, but given that the JSF foundation is largely identical to a stock JSF implementation, it's a smooth configuration tweak to start using said technology with Seam (read: Google it).

Highly recommended to anyone who already has a working knowledge of JEE5 and the core technologies as well as a great primer for what will be baked into JEE6 in the near future.
2 of 2 people found the following review helpful
Short intro for experienced developers 1 Nov 2008
By P. Cherryl - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
This book is an introduction to Seam for experienced Java developers. At only 217 pages in eight chapters this book is relatively short and to the point. The first half of the book includes an essential overview, installation and configuration of the framework (as of v.1.2.1), binding JSF pages to EJBs, and managing conversation contexts. The second half of the book covers `ancilliary' Seam services including using jPDL for modal pageflows like wizards, user authentication and authorization, persistent workflow support and support for AJAX components using remoting services implemented on the client side using JavaScript and on the server side with Java.

Seam requires Java 5 and leverages JSF and EJB 3: this book does not cover these underlying technologies, instead you will need other books to understand them. Ironically it's Seam's ability to simplify integrating EJBs with JSF that makes it interesting to developers that may not have bothered to use EJBs previously. Using more advanced Seam security features also requires using Facelets, which is not covered in any depth either.

As an enterprise Java developer Seam is interesting to me as an evolution from Struts and then plain JSF. User authentication and authorization is explained well and conversation contexts appear great for improving complex web application behaviour. The section on jBPM has only a brief mention of BPEL and the section on AJAX support is more for developers of component libraries like ICEfaces, itself a compelling reason to learn Seam. The example code accompanying the book was written and tested with Seam 1.2.1 and JBoss 4.0.5 which are already outdated, but at under $5 from an Amazon partner this was a bargain.
2 of 2 people found the following review helpful
Decent but could be more complete 6 Aug 2008
By Robert T. Leach - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
As the name applies, this book is OK for looking at some specific projects using JBoss Seam; however, some parts that I think should be there are not. Red Hat has JBoss Developer that works great for their SEAM product howeve this boo metions nothing about using that studio or even that it exists. I would expect a book such as this would at least have an appendix that would explain the developer studio, setup and running under the JBoss Server. This is why I could not give it 5 stars. This aside, the examples are rather specific and complete and you can certainly save yourself time by downloading the source code from the [...] website. In fact you can even purchase an electonic copy of the book [...] for those that own the printed copy. On the second to last page of this book is the information that you need to go online, purchase the online version (using your CC or PayPal) and then download it to your PC. Since I run around a good deal, I bought this electronic copy and then placed it on my flas (thumb) drive that I carry everywhere. This way I am never without the material. This book is good for those already familiar with the basics of SEAM but if you need some beginning information try the other book from Apress called "Pratical JBoss Seam: From Novice to Professional."

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges