• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic