Changes between Version 20 and Version 21 of PLUGIN_DECOMPOSITION_R0


Ignore:
Timestamp:
10/04/08 12:43:21 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_DECOMPOSITION_R0

    v20 v21  
    11= Analysis = 
    22== Overview == 
    3   Decomposition to plug-ins of Sophie 2 is one of the most important things to do for the project. There should be base modules and integration of the existing code with JPF library. Keep in mind that modules and plug-ins are the same thing in this case. 
     3  Decomposition to plug-ins of Sophie 2 is one of the most important things to do for the project. There should be base modules and integration of the existing code with Apache Felix library. Keep in mind that modules and plug-ins are the same thing in this case. 
    44== Task requirements == 
    55 * think about initial plug-in decomposition 
    66  * decompose to base modules and in which each class goes 
    7   * integrate the JPF library in the project so it can run through JPF which activate the current plug-ins 
     7  * integrate the Apache Felix library in the project so it can run through Apache Felix which activate the current plug-ins 
    88== Task result == 
    99New project structure, boot.properties file 
     
    1515 * componentDiagram.vpp 
    1616 * work breakdown structure file to decompose the modules 
    17  * Maven JPF Plugin 
    1817== How to demo == 
    19 Show the project with the new plug-ins which runs using JPF library. 
     18Show the project with the new plug-ins which runs using Apache Felix library. 
    2019= Design = 
    2120 * decompose the project in three modules (now we have only messy module which is not plug-in) 
     
    2625 * see work breakdown structure file 
    2726 * use the gathered information to allocate the classes to the modules 
    28  * make new run configuration to run the project using JPF 
    2927 * make boot.properties file. 
    3028