I am confused about the Binding Topic in Vaadin 8. Hopefully somebody can explain this to me.
I have two entities, for example Company and Employee. The Company Entity has a OneToMany relation to Employee.
How will the binding look for the using of Vaadin 8 + Spring and what are the possibilities to get this into an Form? Maybe with an AddEmployee-Button? How would be this implemented?