Changes between Version 1 and Version 2 of PLATFORM_STRUCTURE_R2


Ignore:
Timestamp:
12/22/08 11:24:35 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STRUCTURE_R2

    v1 v2  
    77= Analysis = 
    88== 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. 
     9The [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. 
    1010== Task requirements == 
    11 ^(Necessary requirements that the task must fulfill.)^ 
    12  
     11Currently 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. 
    1329== 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.))^ 
     30The result of this task is [wiki:PLATFORM_STRUCTURE] 
    1531 
    1632== Implementation idea == 
    17 ^(It is advisable to include some rough implementations ideas.)^ 
    18  
     33Implement this task in parallel with [wiki:PLUGIN_MODULE_STRUCTURE]. 
    1934== 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]] 
    2138 
    2239== How to demo == 
    23 ^(In this section you must add instructions for the demo of the task.)^ 
     40Show refactored [wiki:PLATFORM_STRUCTURE], explain modifications. 
    2441 
    2542= Design =