Changes between Version 5 and Version 6 of CORE_MVC_BASE
- Timestamp:
- 10/21/08 14:41:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CORE_MVC_BASE
v5 v6 77 77 78 78 == Library Part == 79 The library part consists of the base classes of the MVC. For the time being we have two base classes of the MVC and these are the Logic and the LogicHelper. Later we should provide more classes that can be part of the Model and the View. Library part is not tightly connected with Sophie2.0 and can be used elsewhere as well. Different tools that we use will also be included in the library part. These include things like Helpers, Monitoring utilities etc.79 The library part consists of the base classes of the MVC. For the time being we have two base classes of the MVC and these are the [source:/trunk/sophie2-platform/modules/org.sophie2.core/src/main/java/org/sophie2/core/mvc/logic/Logic.java@291 Logic] and the [source:/trunk/sophie2-platform/modules/org.sophie2.core/src/main/java/org/sophie2/core/mvc/logic/LogicHelper.java@291 LogicHelper]. Later we should provide more classes that can be part of the Model and the View. Library part is not tightly connected with Sophie2.0 and can be used elsewhere as well. Different tools that we use will also be included in the library part. These include things like Helpers, Monitoring utilities etc. 80 80 * all the things connected with the library part should go in '''/sophie2-platform/modules/org.sophie2.core/src/main/java/org/sophie2/core/mvc/''' 81 81 * define sub-packages if needed. 82 82 == Implementation == 83 The implementation part include the concrete implementation of parts of the MVC: Logic, Model, View. Since all the model and View parts are now typical implementations ( TextFrame,PageView etc.) they are NOT part of the core module but rather parts of different modules.83 The implementation part include the concrete implementation of parts of the MVC: Logic, Model, View. Since all the model and View parts are now typical implementations (!TextFrame, !PageView etc.) they are NOT part of the core module but rather parts of different modules.