Book Image

Data-Centric Applications with Vaadin 8

By : Alejandro Duarte
Book Image

Data-Centric Applications with Vaadin 8

By: Alejandro Duarte

Overview of this book

Vaadin is an open-source Java framework used to build modern user interfaces. Vaadin 8 simplifies application development and improves user experience. The book begins with an overview of the architecture of Vaadin applications and the way you can organize your code in modules.Then it moves to the more advanced topics about advanced topics such as internationalization, authentication, authorization, and database connectivity. The book also teaches you how to implement CRUD views, how to generate printable reports, and how to manage data with lazy loading. By the end of this book you will be able to architect, implement, and deploy stunning Vaadin applications, and have the knowledge to master web development with Vaadin.
Table of Contents (11 chapters)

Summary

In this chapter, we learned how to implement generic CRUD user interfaces. We studied three different UI designs for CRUD user interfaces: in-place fields, modal pop-up windows, and hierarchical menus. We learned about Project Lombok, which allows us to reduce the amount of boilerplate code needed in Java programs, and we implemented a domain model using JPA and JavaBean Validation constraints. We also covered data binding with the Binder class, Grid renderers, and filtering.

In the next chapter, we'll explore another interesting topic that is useful in many business applications: generating and visualizing reports.