Clean Architecture Application with Vaadin Flow

Hello Stefan,

I hope you’re feeling better. Here are my responses to your questions:

  1. The problem with “view” is that it is not clearly defined. Some people regard views as any UI component, everything from a “route” (as in a UI component that fills the entire screen) to a tiny text field. My point is that you have to approach them differently depending on whether they are considered roots or leaves in the component tree.
  2. For instance a map that shows the location of taxi cars, and a grid that shows the same information in a tabular form. When you select a taxi on the map, it is also selected in the grid, or vice versa.

-Petter-