• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Essential GWT content

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is the book covering some third party GWT libraries like simple gwt or ext gwt (sencha)?
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I’m excited to see a book covering GWT 2! My two questions are the following:

In the MVP section, do you simply elaborate on the core concepts and “roll your own” solution or do you also cover a library such as GWTP or gwt-presenter/gwt-dispatch?

In the security section do you show any examples integrating with a framework such as Spring Security?


Didn't realize I posted in your thread roger. My apologies...
 
author
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

No, I opted against that, because sometimes they cause extra problems -- by not co-existing gracefully with GWT's panels or events, for example, or by causing testing problems with widgets that actually are a composite of several widgets. I did a project using such libraries, and went through one after the other, having problems which only got solved by going back to "100% pure GWT".

Hope this helps!
 
Oh sure, it's a tiny ad, but under the right circumstances, it gets bigger.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic