Changes between Version 1 and Version 2 of PLATFORM_STRUCTURE_R2
- Timestamp:
- 12/22/08 11:24:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STRUCTURE_R2
v1 v2 7 7 = Analysis = 8 8 == Overview == 9 The [ PLATFORM_STRUCTURE] documents needs to explain better what is the development structure, what and where is compiled, what is the runtime structure, what is the distibution structure of different editions and how is approached the problem with different modules sharing resources.9 The [wiki:PLATFORM_STRUCTURE] documents needs to explain better what is the development structure, what and where is compiled, what is the runtime structure, what is the distibution structure of different editions and how is approached the problem with different modules sharing resources. 10 10 == Task requirements == 11 ^(Necessary requirements that the task must fulfill.)^ 12 11 Currently the [wiki:PLATFORM_STRUCTURE] contains parts of module structure and the repository section. 12 * The module structure should be removed as it is part of [wiki:PLUGIN_MODULE_STRUCTURE]. 13 * This structure should be linked in [wiki:PLATFORM_STRUCTURE]. 14 * The document should be split in following sections: 15 * Development structure 16 * Contains explanation of repository structure 17 * explanation of top level directories, link to [wiki:NAMING_CONVENTIONS] 18 * sophie2-platform folder 19 * pom.xml 20 * dev-tools 21 * doc 22 * src 23 * modules - brief overview, linked [wiki:PLUGIN_MODULE_STRUCTURE] 24 * Distribution structure - few words of what the distributions are. 25 * Platform distribution explanation - structure, which modules does it contain. 26 * Author distribution explanation - structure, which modules does it contain, specific. 27 * Reader distribution explanation - structure, which modules does it contain, specific. 28 * Server distribution explanation - structure, which modules does it contain, specific. 13 29 == Task result == 14 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 30 The result of this task is [wiki:PLATFORM_STRUCTURE] 15 31 16 32 == Implementation idea == 17 ^(It is advisable to include some rough implementations ideas.)^ 18 33 Implement this task in parallel with [wiki:PLUGIN_MODULE_STRUCTURE]. 19 34 == Related == 20 ^(Here you can add related tasks that could be useful or helpful.)^ 35 [wiki:PLATFORM_STRUCTURE] [[BR]] 36 [wiki:PLATFORM_STRUCTURE_R0] [[BR]] 37 [wiki:PLATFORM_STRUCTURE_R1] [[BR]] 21 38 22 39 == How to demo == 23 ^(In this section you must add instructions for the demo of the task.)^ 40 Show refactored [wiki:PLATFORM_STRUCTURE], explain modifications. 24 41 25 42 = Design =