Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 745 Bytes

File metadata and controls

14 lines (10 loc) · 745 Bytes

example workflow name

Vaadin Bmi Calculator

Small Vaadin web app that calculates the Body Mass Index (BMI) of a person. The program originates from an 1/2 hour live-hack session during a workshop, to demonstrate how quickly you can come up with a working web app from scratch using Vaadin.

It includes

  • Binding data of a JavaBean (POJO) to the UI Form
  • Bean Validation (with hibernate-validator)

Screenshots:

BMI-Tool Screenshot 1

BMI-Tool Screenshot 2