Vaadin - GWT with a skinnable UI.
vaadin.com
Vaadin - GWT with a skinnable UI.
1–10 of 31 posts
Re: Vaadin - GWT with a skinnable UI.
#2Edit: It even has a multi-platform 'nib2cib': "WYSIWYG user interface editor under Eclipse"
Re: Vaadin - GWT with a skinnable UI.
#3Re: Vaadin - GWT with a skinnable UI.
#4Here is the HelloWorld tutorial: http://vaadin.com/tutorial
Re: Vaadin - GWT with a skinnable UI.
#5Re: Vaadin - GWT with a skinnable UI.
#6It looks good, but I don't see any demos that involve graphics. How usable is Vaadin for graphics?
I'm not a GWT developer, does anyone have any experience adding custom GWT/Vaadin widgets to your applications?
Re: Vaadin - GWT with a skinnable UI.
#7My guess is that Vaadin did a bit of UI rendering (prep-ing the HTML) on server-side then send it to client.
Re: Vaadin - GWT with a skinnable UI.
#8This looks great. So far I have used ext-gwt, but I stopped because they changed a year ago their license. Felt like a bait and switch. This sort of product is badly needed on GWT to completely kick ass. Also take a look at SmartGwt.
From my personal experience (very very tiny data point), most of these "beautiful" GWT frameworks are good only if you want to wipe out something fast and don't mind with the default look.
Re: Vaadin - GWT with a skinnable UI.
#9Be aware that the paradigm of Vaadin (known as IT Mill Toolkit) is leaning toward server-side. GWT is 100% client-side (plus RPC). My guess is that Vaadin did a bit of UI rendering (prep-ing the HTML) on server-side then send it to client.
Re: Vaadin - GWT with a skinnable UI.
#10Is that crazy?