• 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:

Your GWT wish list

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
Do you think that GWT (as it is now 1.4) still has missing features?
If yes, what is your wish list?
 
author
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi John,

Maybe I'm a bit of a luddite, but I haven't struggled too much with just the 1.4 syntax.

Allowing objects to implement the Serializable interface (as opposed to the GWT specific IsSerializable interface) was a big plus for me, so would have been on my list if you had asked pre GWT 1.4 RC1.

The only things I am missing just now are for it to "sexed" up a little, with some sliders (we show how to write one in the book) and effects, and I guess the ability to natively add more listener objects to the document.

Do you have any views on what might be missing?

//Adam
 
author
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
At the top of my wish list is built-in effects support, similar to Scriptaculous.

The benefit of native GWT effects over Scriptaculous is that the GWT compiler can optimize the size and to provide the same functionality with smaller JS files.

There are already a couple of draft implementations floating around, including one from Adam.
 
Hussein Baghdadi
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't have a wish list as I'm a new comer to GWT (I don't know the in and outs).
But I would like to see extra components from Google like, hmmm let me think...
Calendar, RSS reader, autocompleter, editable tables ...
And Scriptaculous like effects are great too
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic