Client side applications

We have seen how to create a composition of server-side UI components. This approach is good if you can rely on existing components. But, what if you need something new? What if you need a high responsive component that avoids going to the server too frequently? What if you need some fine-grained tuning on some UI component? The Vaadin client side framework is the tool to accomplish this kind of requirements.

Vaadin client framework is based on GWT, so everything you can do with GWT, you can do with Vaadin. In this section we are going to develop a pure client side application using the Vaadin client side framework.

Note

Explaining GWT would require a whole book. In fact, there are some really good books on the matter such ...

Get Vaadin 7 UI Design By Example Beginner's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.