Re: Vaadin 7 to include GWT

2013-04-05 Thread LPD
Hi, What is the specific advantages of using Vaadin over GWT? If even the client side logic is written in the server side, wont this be a too much of lag specially in cloud based systems? LPD On Tuesday, 3 July 2012 13:57:58 UTC+5:30, Joonas Lehtinen wrote: > > As announced at Google IO

Re: Vaadin 7 to include GWT

2012-07-11 Thread Joonas Lehtinen
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

Re: Vaadin 7 to include GWT

2012-07-11 Thread Joonas Lehtinen
On Tuesday, July 3, 2012 8:48:48 AM UTC-7, deepak chauhan wrote: > > A quick question.. If GWT is for client side then what is vaadin for? > Both server-side and client-side. When you want to get maximum productivity, program on server-side. When you want control over communications and render

Re: Vaadin 7 to include GWT

2012-07-10 Thread deepak chauhan
As far as I know, Vaadin is server side framework with GWT components wrapping. A quick question.. If GWT is for client side then what is vaadin for? On Tue, Jul 3, 2012 at 8:10 PM, Harpal Grover wrote: > This is great news. > > Finally, aesthetically appealing widgets for GWT. Been wanting som

Re: Vaadin 7 to include GWT

2012-07-04 Thread StefanR
What does this exactly mean? What will be possible with Vaadin 7 that didn't work before? https://vaadin.com/gwt looks nice but I got only some minor new points: - Vaadin keeps its own GWT branch. To meet all requirements that are hardly possible with GWT (which was not designed to be a runtime)

Re: Vaadin 7 to include GWT

2012-07-03 Thread Harpal Grover
This is great news. Finally, aesthetically appealing widgets for GWT. Been wanting something like this for a very long time, like a lot of other GWT dev's. -- Harpal Grover President *Harpal Grover Consulting LLC* On Tue, Jul 3, 2012 at 9:25 AM, Alain Ekambi wrote: > Pretty cool news. > Does

Re: Vaadin 7 to include GWT

2012-07-03 Thread Alain Ekambi
Pretty cool news. Does this mean that Vaadin Widget will now work client side too ? 2012/7/3 Joonas Lehtinen > 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 d

Vaadin 7 to include GWT

2012-07-03 Thread Joonas Lehtinen
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