I think what he is saying is, you maybe want to di...
# tornadofx
e
I think what he is saying is, you maybe want to display more than the data from a single domain object / database entity in one view/fragment/table-row/form. Take a user edit form for example. It might display the username, firstname, lastname along with the users address. But in terms of domain objects those could be 2 different objects types from 2 different REST endpoints, one for the naming stuff and one for the address. So you would have one (item)viewmodel binding to data from 2 pojos/data classes.
👍 1
🌪️ 1