• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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!
 
A timing clock, fuse wire, high explosives and a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic