• 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

GWT Java Ajax Book

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello authors,

Does your book cover the limitations of the GWT, and ways to work around them while still using the GWT? Specifically, I am looking at features like drag and drop, which I last read that GWT didn't support it.

Thanks!
 
author
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
GWT does not yet have built-in support for dragging and dropping Widgets. It has been accepted by the GWT as an enhancement, no word on which release it will be in:

http://code.google.com/p/google-web-toolkit/issues/detail?id=123&can=2&q=drag%20and%20drop


There are ways that you build drag and drop apps with GWT. My book covers the dragging aspect of it in two examples - sticky post-it notes and a mona lisa puzzle.


thanks
prabhakar
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic