You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you will implement this feature take a look at very strong separation between data storage layer and bussiness logic layer. It should be look like
Controller --> EntityGateway --> DataStore (JPA, raw HashMap, file based etc.)