I am going to launch an application with console and GUI interfaces. What I did not achieve is the FULL disconnection of the application logic from the interface. In the future, I can also add a web interface, and I do not want to change anything in my application.
Is there a good example (maybe some kind of open source project) where I can find out how it should be done correctly .... I will also be grateful for tips / recommendations on how to do this.
thanks
java model-view-controller swing
user318247
source share