• 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 in Action : GWT, YUI, Prototype

 
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do you compare GWT with YUI, prototype and other JS libraries available ?
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Vyas,

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it. You agreed to this when you signed up to the JavaRanch.

Unfortunately, your screen name does not seem to conform with this policy. Please take a moment to change it.

If you want a chance to win a copy of this book, your name needs to be valid.

Thanks,
Eric
 
author
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Vyas,

They can't really be compared directly. Prototype is a kinda light-weight API to weed out browser differences and allow you to use pseudo objects. YUI, which I haven't used much, is known a collection of cool widgets.

GWT on the other hand is a Java based toolkit that includes RPC, i18n, image tools, code generation, and of course widgets.

The widgets with GWT aren't all that pretty, so some developers use GWT with YUI but creating Java wrapper classes around YUI. GWT allows this through the use of the JavaScript Native Interface (JSNI).

Rob
 
reply
    Bookmark Topic Watch Topic
  • New Topic