Be 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.
That was my impressin too. Are they trying to erase the boundary between the server and the client? If that's the case it's a terribly misguided thing to do...
Vaadin - GWT with a skinnable UI.
11–20 of 31 posts
Re: Vaadin - GWT with a skinnable UI.
#12Be 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.
That was my impressin too. Are they trying to erase the boundary between the server and the client? If that's the case it's a terribly misguided thing to do...
Re: Vaadin - GWT with a skinnable UI.
#13Earlier quoted context omitted.
That was my impressin too. Are they trying to erase the boundary between the server and the client? If that's the case it's a terribly misguided thing to do...
Indeed. I'd love to use my Java knowledge to write pretty interfaces, but on the server side I'm better off using Python.
Re: Vaadin - GWT with a skinnable UI.
#14Between this and GWT (and the Google Wave app they are going to open source), I'm getting pretty interested in Java and using tools like GWT to just generate all of the javascript etc. It almost sounds like it will be /easier/ than Ruby on Rails. Is that crazy?
Re: Vaadin - GWT with a skinnable UI.
#15Re: Vaadin - GWT with a skinnable UI.
#16Earlier quoted context omitted.
Indeed. I'd love to use my Java knowledge to write pretty interfaces, but on the server side I'm better off using Python.
Agreed, I definitely feel most comfortable with my Python on server-side, but the UI ability on this thing is beautiful. Too bad... I wish I was at JavaOne so I could ask these guys some questions regarding how easy it is to separate the two components.
Re: Vaadin - GWT with a skinnable UI.
#17Earlier quoted context omitted.
Indeed. I'd love to use my Java knowledge to write pretty interfaces, but on the server side I'm better off using Python.
Agreed, I definitely feel most comfortable with my Python on server-side, but the UI ability on this thing is beautiful. Too bad... I wish I was at JavaOne so I could ask these guys some questions regarding how easy it is to separate the two components.
Re: Vaadin - GWT with a skinnable UI.
#18Be 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.
Yes, Vaadin is a server-side framework. Server-side is not for everyone, but there surely is a place for Vaadin. For example issues with trusting the code that's executed on the client are greatly relieved this way.
You could think of Vaadin as the Swing / SWT for web applications. Sitting in between JavaFX (plugin required) and Java Server Faces (html required). Vaadin is great for desktop-like applications in the webbrowser, but doesn't really fit the RESTful type of applications.
If you have questions, just visit our forums at http://vaadin.com/forum and ask away! There are plenty of experts waiting for challenging questions ;)
Re: Vaadin - GWT with a skinnable UI.
#19Earlier quoted context omitted.
Indeed. I'd love to use my Java knowledge to write pretty interfaces, but on the server side I'm better off using Python.
Agreed, I definitely feel most comfortable with my Python on server-side, but the UI ability on this thing is beautiful. Too bad... I wish I was at JavaOne so I could ask these guys some questions regarding how easy it is to separate the two components.
Re: Vaadin - GWT with a skinnable UI.
#20It looks good, but I don't see any demos that involve graphics. How usable is Vaadin for graphics?
Graphical editor and bunch of other graphical stuff: http://john.virtuallypreinstalled.com/ToolkitDraw
iTunes demo made with Vaadin http://demo.vaadin.com/VaadinTunesLayout/