How would you provide an overview of the Vaadin architecture?

devquora
devquora

Posted On: Feb 22, 2018

 

Vaadin consists of a server-side framework and a client-side engine. A developer creates the UI using the components, and Vaadin takes care of sending the UI state to the browser and rendering it there. The client-side engine captures user interaction and sends it to the server as needed. User interaction is can be reacted to by registering event listeners for the components. This makes it easy to separate the user interface from the business logic.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Vaadin Interview Questions

    How can you install the Vaadin components? Give an example.

    The Vaadin components are typically installed with npm or Bower. For example, the following command installs the vaadin..

    Vaadin Interview Questions

    What are the features of Vaadin flow?

    The following are the features of Vaadin flow: User interface implementation with nothing more than Java: Vaadin Flow a..

    Vaadin Interview Questions

    How is Vaadin different from other web frameworks with respect to response to Spring Roo or Play?

    Vaadin supports Spring Roo. The Roo plugin has been created in collaboration with VMWare. Thus, in contrast to many oth..