Changes between Version 1 and Version 2 of PLUGIN_DECOMPOSITION_R0


Ignore:
Timestamp:
09/23/08 17:26:12 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_DECOMPOSITION_R0

    v1 v2  
    1 Analysis 
     1= Analysis = 
    22 * initial plug-in decomposition 
    33  * integrate the essential existing code with the JPF library. 
    44  * follow the dev_doc diagrams  
    55 * audit the decomposition every iteration  
    6  * if needed provide tools to get reports (draw diagrams, etc)  
     6 * if needed provide tools to get reports (draw diagrams, etc) 
     7== Overview == 
     8  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. 
     9== Task requirements == 
     10 * think about initial plug-in decomposition 
     11  * decompose to base modules and in which each class goes 
     12  * integrate the essential existing code with the JPF library 
     13  * follow the dev_doc diagrams 
     14== Task result == 
     15Integrated code with JPF library, base plug-ins created - new project structure. 
     16 
     17== Implementation idea == 
     18 * use the work breakdown structure to decompose the modules 
     19 * see how JPF can run and be integrated with Maven 
     20  * new run configuration 
     21  * Maven JPF Plugin 
     22 
     23== How to demo == 
     24Show the project with the new plug-ins which runs using JPF library.