Location:  Home» Web Dev » General AAS » Pro Web 2.0 Application Development with GWT (Expert's Voice in Web Development)  
Categories
Web Dev
Web Marketing
General Marketing
E-commerce
Subcategories
Paperback
Trade

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)

enlarge enlarge 
Author: Jeff Dwyer
Publisher: Apress
Category: Book

List Price: $44.99
Buy New: $17.96
You Save: $27.03 (60%)



New (28) Used (7) from $17.90

Rating: 3.5 out of 5 stars 6 reviews
Sales Rank: 281087

Media: Paperback
Pages: 480
Number Of Items: 1
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
Shipping: Expedited shipping available
Shipping: International shipping available
Condition: Brand new book. Shipped from our NYC store. Slight Shelf wear to cover. Pages are clean and unmarked

Also Available In:

  • Kindle Edition - Pro Web 2.0 Application Development with GWT

Similar Items:

  • Google Web Toolkit Applications
  • GWT in Practice
  • Google Web Toolkit Solutions: More Cool & Useful Stuff
  • Effective Java (2nd Edition) (Java Series)
  • GWT in Action: Easy Ajax with the Google Web Toolkit

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:   Read 1 more reviews...

2 out of 5 stars Great in theory but...   November 30, 2008
Paul C (Florida USA)
This book has some topics that were very appealing to me such as integrating Spring, Hibernate, security, and page templates with GWT. However, I would not recommend this book because the author is not concise or thorough with key points and details. Your better off just downloading the source code for the project if you want to learn more about Web 2.0 architecture. I read "Wicket in Action" prior to this book and so my expectations were probably set a bit high.


2 out of 5 stars didn't meet expectations   November 30, 2008
Ramin (VA USA)
1 out of 1 found this review helpful

You can learn things here and there from this book but:

1) not an easy read since it constantly references external sources
2) talks about many things but doesn't cover a thing decently
3) bad choice for an example project



4 out of 5 stars Great Architect-Level Book   August 8, 2008
Tyler (San Diego, CA)
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
Mike (CA)
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
Neal Cowles (amarillo, tx)
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.

SEO and Marketing Tips
BETA RELEASE
Record Internet Radio with Tags | Facebook Proxy | Hacker | Ringtones | Credit CounselingCheap Books | Linens | iPod Sale | Layouts MySpace Игри
Magazin Ro Pro Web 2.0 Application Development with GWT (Expert's Voice in Web Development)