37 | | * The '''org.sophie2.main.model''' module contains the model part of Sophie2's [wiki:CORE_MVC_BASE MVC]. |
38 | | * The '''org.sophie2.main.view''' module contains the view part of Sophie2's [wiki:CORE_MVC_BASE MVC]. |
| 37 | * The '''org.sophie2.main.model''' module contains the model part of Sophie2's [wiki:CORE_MVC_BASE MVC]. This is easy to do since the model is almost entirely independent from the module messy. |
| 38 | * The '''org.sophie2.main.view''' module contains the view part of Sophie2's [wiki:CORE_MVC_BASE MVC]. This will cause problems and ever move modules should be defined. The !AppView, !BookView, !PageView and !FrameView are all dependent on one another. What is more, they depend on the org.sophie2.main.model module and on the Logics. The !AppView is also dependent on some GUI things which are contained in the messy module. |