Changes between Version 8 and Version 9 of PLUGIN_MODULE_STRUCTURE_R0


Ignore:
Timestamp:
09/24/08 17:57:59 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_MODULE_STRUCTURE_R0

    v8 v9  
    11= Analysis = 
    22== Overview == 
    3 The project must be divided into modules in the repository. 
     3The module structure must be worked out. There must be created one module with this structure. 
    44== Task requirements == 
    55 
    66 * Each plug-in module should declare one or more extensions. They add functionality to extension points defined in other modules. 
    7  * Plug-ins may also declare extension points. These are places that allow adding functionality to the developed plug-in.  
    8  * Plug-ins must have: 
     7 * Plug-in may also declare extension points. These are places that allow adding functionality to the developed plug-in.  
     8 * Plug-in must have: 
    99  * source code 
    1010  * tests( unit, integration) 
     
    1919 
    2020== Task Result == 
    21  
    22  * The project in the repository must be divided into modules. 
     21 * The project in the repository must be one module which is made using the created structure. 
    2322 * Module structure documentation. 
    24  * At least 2 modules in the existing project. 
    2523 
    2624== Implementation idea == 
    27  * Decompose to Base, Core and all the rest. 
     25 * Decompose to messy module separated in main and test parts which have source code and resource parts. 
    2826 
    2927== Related == 
    30 - 
     28[wiki:PLUGIN_DECOMPOSITION] 
    3129 
    3230== How to demo == 
    33  
    3431 * Open the repository. 
    35  * It must be structured into modules. 
    36  * It must have at least three modules - Base, Core and Other. 
     32 * It must be structured into one module. 
     33 * The project must run. 
    3734 * Explain to the audience and answer if there are any questions. 
    3835