I want to create a project mvvmfor java. But I can not find a sample project. There are several Android samples, but I do not want to do an Android project. So how can I create a project with a template mvvm.
I am trying to create a desktop application that has a combo box and a data grid. The application should connect to the database (i.e. Mysql), and the data grid should be populated with data. Any changes to the combo boxes should change the contents of the grid. Perhaps I want to do an CRUDoperation in the next steps.
So, any suggestions ...
source
share