Search
 Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Pro Web 2.0 Application Development with GWT (Expert's Voice in Web Development)November 20, 2008  
Bestsellers
The iPhone Developer's Cookbook: Building Applications with the iPhone SDK (Developer's Library)
iPhone: The Missing Manual: Covers the iPhone 3G (Missing Manual)
Pocket Ref
Here Comes Everybody: The Power of Organizing Without Organizations
Passport to World Band Radio, 2009 Edition (Passport to World Band Radio)
Professional Android Application Development
ARRL Ham Radio License Manual: All You Need to Become an Amateur Radio Operator (Arrl Ham Radio License Manual) (Arrl Ham Radio License Manual) (Arrl Ham Radio License Manual)
The ARRL General Class License Manual for Radio Operators (Arrl General Class License Manual for the Radio Amateur) (Arrl General Class License Manual for the Radio Amateur)
The Art of Electronics
The iPhone Book: How to Do the Most Important, Useful & Fun Stuff with Your iPhone, 2nd Edition
Browse
Books
Computers
Electronics
New Releases
The iPhone Developer's Cookbook: Building Applications with the iPhone SDK (Developer's Library)
iPhone: The Missing Manual: Covers the iPhone 3G (Missing Manual)
Passport to World Band Radio, 2009 Edition (Passport to World Band Radio)
Professional Android Application Development
The iPhone Book: How to Do the Most Important, Useful & Fun Stuff with Your iPhone, 2nd Edition
The ARRL Handbook for Radio Communications 2009 (Arrl Handbook for Radio Communications) (Arrl Handbook for Radio Communications)
Blu-ray Disc Demystified
Practical Home Theater: A Guide to Video and Audio Systems (2009 Edition)
Dance Music Manual, Second Edition: Tools. toys and techniques
Hello, Everybody!: The Dawn of American Radio
Pro Web 2.0 Application Development with GWT (Expert's Voice in Web Development)
Pro Web 2.0 Application Development with GWT (Expert's Voice in Web Development)
Author: Jeff Dwyer
Publisher: Apress
Category: Book

List Price: $44.99
Buy New: $21.63
You Save: $23.36 (52%)
Buy New/Used from $21.63

Avg. Customer Rating: 4.0 out of 5 stars(4 reviews)
Sales Rank: 314975

Media: Paperback
Number Of Items: 1
Pages: 480
Shipping Weight (lbs): 1.6
Dimensions (in): 9.2 x 7 x 1.1

ISBN: 1590599853
Dewey Decimal Number: 006.76
EAN: 9781590599853
ASIN: 1590599853

Publication Date: May 7, 2008
Availability: Usually ships in 1-2 business days

Editorial Reviews:

Product Description

The main focus of Pro Web 2.0 Application Development with GWT is a case study of a real Web 2.0 application called ToCollege.net.

What you’ll learn:

  • You’ll take a full tour of a modern Web 2.0 startup’s codebase. That’s 15,000 lines of source code that includes everything from Google Gears integration to Acegi OpenID, Lucene full–text search, and Google Maps, all of it integrated with GWT 1.5.
  • Leveraging this book’s available source code, you’ll see the nitty–gritty details of how to merge a modern Web 2.0 application stack including Hibernate, Spring, Spring MVC 2.5, SiteMesh, and Freemarker together.
  • You’ll see how to wire GWT into an industry standard Maven build environment, which will help you get up to speed quickly and avoid configuration headaches.
  • The great pitfall of many Ajax applications is they’re mostly opaque to search engines. You’ll see the ToCollege.net solution to this thorny problem.
  • Protection from XSS and XSRF attacks is beyond the scope of simple GWT tutorials, but they are a real concern for a site like ToCollege.net. The book will cover the ToCollege.net security architecture in detail.

Who is this book for?

This book is for developers who are ready to move beyond small proof–of–concept sample applications and want to look at the issues surrounding a real deployment of GWT. If you want to see what the guts of a full–fledged GWT application look like, this is the book for you.

GWT 1.5 is a game–changing technology, but it doesn’t exist in a bubble. Real deployments need to connect to your database, enforce authentication, provide protection from security threats, and allow good search engine optimization.

To show you all this, this book looks at the code behind a real live web site called ToCollege.net. This application specializes in helping students who are applying to colleges, allowing them to manage their application process and compare the rankings that they give to each school. It’s a slick application that’s ready for you to sign up and use.

The audience for this book either owns another GWT book for the basic tutorials or is comfortable using the online documentation and forums when they’re stuck, which allows this book to move quickly and focus on answering the bigger architecture questions.

About the Apress Pro Series

The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder.

You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard–won solutions to problems you will face in your professional programming career.




Customer Reviews:

4 out of 5 stars Great Architect-Level Book   August 8, 2008
  2 out of 2 found this review helpful

If you are looking for an architect-level view of how GWT can best be leveraged by your enterprise projects, Pro App Development with GWT is a great resource. The book goes through the steps in designing a robust Web 2.0 application using Spring, Hibernate, Lucene, and GWT. The finished application can be viewed online at www.tocollege.net.

For developers like myself who have worked with small-scale GWT projects, this book directly answers many of the issues that one encounters when scaling up the project. Examples of these issues are: the most effective way to pass Hibernate classes back to the client using GWT, and how to most efficiently handle a large project through either single (or multiple) modules.

Please note that this book will not teach you GWT; if you are not familiar with GWT, other books (or even the GWT website) would be superior resources.

The only two issues I had with this book were:

* It would be nice if there was chapter-by-chapter source code available so you could more easily mimic the steps in creating the application. Matching the chapter-by-chapter progress to the final source code was a little tedious.

* The author's choice of technologies for the back-end is great (Spring, Hibernate, FreeMarker templates), but if you are an EJB/JBoss/Seam/Wicket shop, you will be doing a lot of translation from the Spring-domain to your particular choice of technology.

Overall, this book is highly recommended and will make deploying GWT much easier on medium and large-scale projects. The author has done a great job in solving common GWT problems; issues that an enterprise architect will surely encounter when using GWT.



3 out of 5 stars Should have been titled "Developing a Web 2.0 Site with GWT".   August 3, 2008
  2 out of 2 found this review helpful

This book is not about Application Development with GWT, it's about developing a web 2.0 site. Jeff takes you step by step through his process of developing www.tocollege.net, and frankly the site implementation is a little sloppy.

He covers his decision making process for the full stack and gives outlines of Maven, Acegi, Compass, Hibernate, Spring MVC, SiteMesh, FreeMarker as well as GWT and Gears. That's a lot to cover in around 400 pages. In fact I have 2 books on my desk that cover just Hibernate and Spring that weigh in at over 700 pages each, so obviously he doesn't go into much depth, but he does point you to online resources to dig deeper.

Because this book is not about developing a web 2.0 application using gwt (like it says on the cover) but it's actually about developing a web 2.0 site this means there is no discussion of integration with Javascript Libraries like gwtext, extgwt or Dojo, but it does discuss SEO and integration with Google maps for example.

Jeff does a decent job of covering some of the key pinch points and offers some good advice which is why I'm not giving this book 1 star.



5 out of 5 stars a must read for any gwt developer   June 23, 2008
  1 out of 1 found this review helpful

A fantastic book for anyone needing to get down and dirty with GWT. It's to-the-point and chalk-full of practical wisdom. The focus is not solely on the technology of GWT (as are most tech manuals), but rather how to really use GWT, and how it fits into the bigger picture of a hetergeneous system.


5 out of 5 stars Full of practical solutions   June 18, 2008
I was working on GWT in 2007 and looking for such book. Instead you post and post on forum to collect information about using GWT (1.4 days) with Hibernate and spring. It has other techniques that you learn while developing website but it is readily available in this book with GWT 1.5 support.

Powered by: Dknc, inc. and Amazon.com


For your safety and security, orders are processed through amazon.com