Vaadin 7.0 contains the underlaying work to separate widgets from server-side by splitting the client-side to widget and connector. The widget itself has nothing to do with the server-side, and the connector handles all communications to the server.
That said, the widgetset included in Vaadin 7.0 is not yet updated to contain proper client-side API:s. We'll update the widgets one by one in upcoming minor releases so that they will be useful to be used in client-side. On Tuesday, July 3, 2012 6:25:25 AM UTC-7, nino wrote: > > Pretty cool news. > Does this mean that Vaadin Widget will now work client side too ? > > 2012/7/3 Joonas Lehtinen <[email protected]> > >> As announced at Google IO, the upcoming Vaadin Framework 7 will include >> GWT as its core component and will be fully compatible with GWT. >> This way Vaadin will allow user interface development both on the >> server-side and on the client-side. Server-side development is optimized >> for productivity with fully automated communications and browser-side. >> Client-side development gives a full control of rendering and >> communications to the developer who can still use Java as the programming >> language. >> >> Vaadin 7 release is expected in the beginning of October. The first >> developer preview version (alpha 3) with GWT built-in was released today. >> >> More info about this can be found at https://vaadin.com/gwt >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-web-toolkit/-/kP_LaryJWmIJ. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/V93YsJU6VrYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
