Resources

Subscribe

  • Subscribe

Pro Web 2.0 Application Development with GWT

Posted by admin | October 22, 2009 .

Pro Web 2.0 Application Development with GWT (Expert's Voice in Web Development)
$29.69

Product DescriptionThe 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.

About the AuthorJeff Dwyer is a developer and entrepreneur who is the founder of ToCollege. net and MyHippocampus. com. His background is in medical software, where he has published research on aneurysm stress and endovascular repair and has patented techniques in anatomical visualization. As a developer, Jeff likes nothing better than to leverage high–quality open source code so he can focus on the core elements of his projects. He believes that GWT has fundamentally altered the feasibility of large Web 2. 0 applications.

Buy Pro Web 2.0 Application Development with GWT at Amazon

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • YahooMyWeb
  • Google Bookmarks
  • Yahoo! Buzz
  • TwitThis
  • Live
  • LinkedIn
  • Pownce
  • MySpace

Leave a Comment

If you would like to make a comment, please fill out the form below.

Name (required)

Email (required)

Website

Comments

3 Comments so far
  1. Xantara October 22, 2009 11:38 pm

    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.

  2. Zudora October 23, 2009 1:10 am

    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. Nahuel October 23, 2009 3:19 am

    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.