Changes between Version 4 and Version 5 of PLUGIN_DECOMPOSITION_R1
- Timestamp:
- 10/27/08 14:50:11 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_DECOMPOSITION_R1
v4 v5 36 36 * org.sophie2.main.view 37 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. 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. In conclusion the '''org.sophie2.main.view''' module will be created later since it has more dependencies than expected. 39 39 40 40 = Implementation =