开发者

Using Vaadin widgets in a GWT application

开发者 https://www.devze.com 2022-12-16 10:02 出处:网络
Is it possible to use widgets from the Vaadin-framework from within a GWT application? I know it works the other way round, which i开发者_C百科s also documented in the Vaadin docs. But I didn\'t find

Is it possible to use widgets from the Vaadin-framework from within a GWT application?

I know it works the other way round, which i开发者_C百科s also documented in the Vaadin docs. But I didn't find a descrption for integrating Vaadin widgets in an ordinary GWT application.


Unfortunately no, at least not out-of-the-box. Vaadin uses a server-side architecture, which means that all the widgets' states are stored on the server and not in the browser's memory, hence making the widgets dependent on the server-side. The communication between a widget's client-side and server-side is implemented deep in the core of Vaadin, so I think it would require quite a lot of work to get the widgets to work in a pure GWT environment.

0

精彩评论

暂无评论...
验证码 换一张
取 消